This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #import <AppKit/AppKit.h> | |
| __attribute((constructor)) void Patch_10_10_2_entry() | |
| { | |
| NSLog(@"10.10.2 patch loaded"); | |
| } | |
| @interface NSTouch () | |
| - (id)_initWithPreviousTouch:(NSTouch *)touch newPhase:(NSTouchPhase)phase position:(CGPoint)position isResting:(BOOL)isResting force:(double)force; | |
| @end |