SameBoy | Accurate GB/GBC emulator |
| download: https://git.y1.nz/archives/sameboy.tar.gz | |
| README | Files | Log | Refs | LICENSE |
Cocoa/NSObject+DefaultsObserver.h
1 #import <AppKit/AppKit.h>
2
3 @interface NSObject (DefaultsObserver)
4 - (void)observeStandardDefaultsKey:(NSString *)key withBlock:(void(^)(id newValue))block;
5 - (void)observeStandardDefaultsKey:(NSString *)key selector:(SEL)selector;
6 @end
This webpage is intended to be an accessible preview of this repository. To get a fuller picture, clone it and use the git CLI.