ctags/Test/objectivec_protocol.h

7 lines
55 B
Objective-C

@protocol Locking
- (void)lock;
- (void)unlock;
@end