Skip to content

Instantly share code, notes, and snippets.

@Pablo-Merino
Created June 5, 2011 10:38
Show Gist options
  • Save Pablo-Merino/1008859 to your computer and use it in GitHub Desktop.
Save Pablo-Merino/1008859 to your computer and use it in GitHub Desktop.
SBScreenFlash.h
/*
* 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