Open deni2s opened 8 years ago
Probably might be the same problem as https://github.com/drkameleon/iswift/issues/184 ?
Well, yes - it is related. I'll try to resolve it before the next update (and yes, I know it has been veeery delayed, but I hope it won't take much longer. I'm getting back on track! ;-) )
Getting "unexpected : ^" error when converting this:
@interface Test() @end @implementation Test -(void) loginWithUser:(NSString*)userName password:(NSString*)password onLoginSuccess:(void (^)(void))loginSuccessBlock onLoginFailure:(void (^__strong)(NSError* error))loginFailureBlock{ } @end