Permalink
Cannot retrieve contributors at this time
Jump to Line
Fetching contributors…
| /** | |
| * This header is generated by class-dump-z 0.2-1. | |
| * class-dump-z is Copyright (C) 2009 by KennyTM~, licensed under GPLv3. | |
| * | |
| * Source: (null) | |
| */ | |
| #import "SpringBoard-Structs.h" | |
| #import <UIKit/UIView.h> | |
| #import <Availability2.h> | |
| @class NSMutableArray; | |
| @interface SBAppContextHostView : UIView { | |
| NSMutableArray* _contexts; | |
| BOOL _hostingEnabled; | |
| } | |
| @property(readonly, assign, nonatomic) unsigned count; | |
| @property(assign, nonatomic, getter=isHostingEnabled) BOOL hostingEnabled; | |
| -(id)initWithDefaultSize; | |
| // inherited: -(id)initWithFrame:(CGRect)frame; | |
| // inherited: -(void)dealloc; | |
| // inherited: -(id)description; | |
| -(void)willOrderInContextWithId:(unsigned)anId windowLevel:(float)level windowOutput:(int)output; | |
| -(void)didOrderOutContextWithId:(unsigned)anId; | |
| -(void*)createIOSurfaceForFrame:(CGRect)frame; | |
| -(void*)createIOSurfaceForFrame:(CGRect)frame includeAdditionalContext:(unsigned)context; | |
| #if __IPHONE_OS_VERSION_MAX_ALLOWED >= __IPHONE_3_2 | |
| -(void)_setLayerFrameAndTransform:(id)transform; | |
| -(void*)createIOSurfaceForFrame:(CGRect)frame includeAdditionalContext:(unsigned)context outTransform:(CGAffineTransform*)transform; | |
| #endif | |
| @end | |