Skip to content

Commit

Permalink
Avoid deprecated warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
yonekawa committed Sep 1, 2016
1 parent 7afa25f commit a4557c0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions SwiftFlux/Action.swift
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ import Foundation
import Result

public protocol Action {
typealias Payload
typealias Error: ErrorType = NSError
associatedtype Payload
associatedtype Error: ErrorType = NSError
func invoke(dispatcher: Dispatcher)
}

Expand Down

0 comments on commit a4557c0

Please sign in to comment.