update inbox list
This commit is contained in:
13
vendor/scrivo/highlight.php/test/detect/objectivec/default.txt
vendored
Normal file
13
vendor/scrivo/highlight.php/test/detect/objectivec/default.txt
vendored
Normal file
@@ -0,0 +1,13 @@
|
||||
#import <UIKit/UIKit.h>
|
||||
#import "Dependency.h"
|
||||
|
||||
@protocol WorldDataSource
|
||||
@optional
|
||||
- (NSString*)worldName;
|
||||
@required
|
||||
- (BOOL)allowsToLive;
|
||||
@end
|
||||
|
||||
@property (nonatomic, readonly) NSString *title;
|
||||
- (IBAction) show;
|
||||
@end
|
||||
Reference in New Issue
Block a user