#ifndef OVR_OSX_FocusReader_h #define OVR_OSX_FocusReader_h #import @interface FocusReader : NSObject { NSWindow *window; } - (void)start; @property (assign) IBOutlet NSWindow *window; @end #endif