Skip to content

Instantly share code, notes, and snippets.

@sTinGe
Created April 17, 2018 12:49
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save sTinGe/d368480815e1e9518f8be85d28533e3f to your computer and use it in GitHub Desktop.
Save sTinGe/d368480815e1e9518f8be85d28533e3f to your computer and use it in GitHub Desktop.
@interface NSNotificationCenter : NSObject {
@package
void *_impl;
void *_callback;
void *_pad[11];
}
@property (class, readonly, strong) NSNotificationCenter *defaultCenter;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment