presentations/highlight-js/test/detect/objectivec/default.txt

14 lines
219 B
Text
Raw Permalink Normal View History

2018-12-07 08:48:05 -06:00
#import <UIKit/UIKit.h>
#import "Dependency.h"
@protocol WorldDataSource
@optional
- (NSString*)worldName;
@required
- (BOOL)allowsToLive;
@end
@property (nonatomic, readonly) NSString *title;
- (IBAction) show;
@end