Files
Document-Management-System-…/vendor/scrivo/highlight.php/test/detect/objectivec/default.txt
2021-04-07 19:25:18 -04:00

14 lines
219 B
Plaintext
Vendored

#import <UIKit/UIKit.h>
#import "Dependency.h"
@protocol WorldDataSource
@optional
- (NSString*)worldName;
@required
- (BOOL)allowsToLive;
@end
@property (nonatomic, readonly) NSString *title;
- (IBAction) show;
@end