Nicholas Mizoguchi
Results
2
comments of
Nicholas Mizoguchi
I was trying to do the same thing here. From [Apple Documentation](https://developer.apple.com/library/mac/documentation/Swift/Conceptual/BuildingCocoaApps/MixandMatch.html#//apple_ref/doc/uid/TP40014216-CH10-XID_78): > You’ll have access to anything within a class or protocol that’s marked with the @objc attribute as...
@susrisha XCode won't generate the Obj-C interface unless there are no Swift Only input or output in the method, because it doesn't know how to do it (the reference to...