bigfish24/ABFRealmMapView

Does not compile on Swift 4

Closed this issue · 0 comments

All closures that take no arguments fail to compile when written as:

BlockOperation { _ in // should remove the _ because this takes no args
    ....
}