Skip to content

Instantly share code, notes, and snippets.

@Lewuathe
Last active October 28, 2016 08:27
Show Gist options
  • Select an option

  • Save Lewuathe/5176538 to your computer and use it in GitHub Desktop.

Select an option

Save Lewuathe/5176538 to your computer and use it in GitHub Desktop.
@interface SomeObject : NSObject
@end
@interface SomeObject ()
// ここに実装必須なメソッドの宣言を行う
- (void)example:(id)object;
@end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment