Dashboard sipadu mbip
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

default.txt 219B

12345678910111213
  1. #import <UIKit/UIKit.h>
  2. #import "Dependency.h"
  3. @protocol WorldDataSource
  4. @optional
  5. - (NSString*)worldName;
  6. @required
  7. - (BOOL)allowsToLive;
  8. @end
  9. @property (nonatomic, readonly) NSString *title;
  10. - (IBAction) show;
  11. @end