Open ghost opened 7 years ago
@protocol Forkable
@optional
@required
(void)jzj {
NSLog(@"jzj"); }
Obviously, it is FORBIDDEN to implement any method in a .h file.
@protocol Forkable
@optional
@required
(void)jzj {
NSLog(@"jzj"); }