Created
July 21, 2011 15:50
-
-
Save dcrosby42/1097490 to your computer and use it in GitHub Desktop.
Imple of objection module
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 <Foundation/Foundation.h> | |
@interface CrozSpecialObjectionModule : ObjectionModule { | |
UIWindow *_window; | |
} | |
@property (nonatomic, readonly, retain) IBOutlet UIWindow *window; | |
- (id) initWithWindow:(UIWindow *)window; | |
@end |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment