Skip to content

Instantly share code, notes, and snippets.

@Thomvis
Created October 2, 2009 10:07
Show Gist options
  • Star 2 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Thomvis/199598 to your computer and use it in GitHub Desktop.
Save Thomvis/199598 to your computer and use it in GitHub Desktop.
@protocol LoadableDelegate;
@protocol Loadable
- (void) loadWithDelegate: (id <LoadableDelegate>) delegate;
- (BOOL) loadingUsesOpenGL;
@end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment