Skip to content

Converted to swift 3 syntax#4

Open
ashender wants to merge 1 commit intoal7:masterfrom
ashender:master
Open

Converted to swift 3 syntax#4
ashender wants to merge 1 commit intoal7:masterfrom
ashender:master

Conversation

@ashender
Copy link

  • run xcode migration to swift 3

}()

public class func executeBlockWithRate(rate: NSTimeInterval, block: LoopableBlock) {
open class func executeBlockWithRate(_ rate: TimeInterval, block: @escaping LoopableBlock) {
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

it would be better to update to Swift 3.0 syntax -- i.e: executeBlock(rate: TimeInterval, block: @escaping LoopableBlock)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants