Created
June 5, 2011 10:38
-
-
Save Pablo-Merino/1008859 to your computer and use it in GitHub Desktop.
SBScreenFlash.h
This file contains 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
/* | |
* Generated by class-dump 3.3.3 (64 bit). | |
* | |
* class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2010 by Steve Nygard. | |
*/ | |
#import "NSObject.h" | |
@class UIView, UIWindow; | |
@interface SBScreenFlash : NSObject | |
{ | |
UIWindow *_flashWindow; | |
UIView *_flashView; | |
BOOL _windowVisible; | |
} | |
+ (id)sharedInstance; | |
- (void)dealloc; | |
- (void)_createUIWithColor:(id)arg1; | |
- (void)_tearDown; | |
- (void)_orderWindowOut:(id)arg1; | |
- (void)_orderWindowFront:(id)arg1 withColor:(id)arg2; | |
- (void)stopFlash; | |
- (void)flash; | |
- (void)flashColor:(id)arg1; | |
- (void)animationDidStop:(id)arg1 finished:(id)arg2 context:(void *)arg3; | |
@end |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment