blob: 0eee868f317ae0bd3f9271426448b129ba0fc7f7 [file] [log] [blame]
@import Foundation;
@class SwiftClass;
@protocol ObjCProtocol
@optional
-(void)method:(nullable SwiftClass *)object;
@end