ziilive
Results
1
issues of
ziilive
Objc method declare like: ```objc - (BOOL)connectToHost:(NSString*)host onPort:(uint16_t)port error:(NSError **)errPtr; ``` Bridged to swift: ```swift func connectTo(host: on port:) throws -> Bool ``` So how do stub a method like...