Skip to content

HTTPS clone URL

Subversion checkout URL

You can clone with
or
.
Clone in Desktop Download ZIP
Fetching contributors…
Cannot retrieve contributors at this time
34 lines (29 sloc) 1.13 KB
/**
* 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
Jump to Line
Something went wrong with that request. Please try again.