Searching for iOS 6.0 Headers

Switch to: 18.1, 17.1, 16.3, 15.2.1, 14.4, 13.1.3, 12.1, 11.1.2, 11.0.1, 11.0, 10.2, 10.1.1, 9.3.3, 9.0, 8.0, 7.0, 5.0, 4.0, 3.0, macos_15.3.1


Back to SpringBoard
Viewing file: SpringBoard-Structs.h   Raw   logify
SpringBoard-Structs was found in iOS 18.1, 17.1, 16.3, 15.2.1, 14.4, 13.1.3, 12.1, 11.1.2, 11.0.1, 10.2, 10.1.1, 9.3.3, 9.0, 8.0, 7.0, 6.0, 5.0, 4.0, 3.0
Filter:  
/*
* This header is generated by classdump-dyld 0.7
* on Friday, November 7, 2014, 2:39:36 AM Eastern European Standard Time
* Operating System: Version 6.1.6 (Build 10B500)
* Image Source: /System/Library/CoreServices/SpringBoard.app/SpringBoard
* classdump-dyld is licensed under GPLv3, Copyright © 2013 by Elias Limneos.
*/

typedef struct __GSEvent* GSEventRef;

typedef struct CGAffineTransform {
	float a;
	float b;
	float c;
	float d;
	float tx;
	float ty;
} CGAffineTransform;

typedef struct {
	char field1;
	char field2;
	char field3;
	char field4;
	float field5;
	int field6;
} SCD_Struct_SB2;

typedef struct _NSZone* NSZoneRef;

typedef struct tcp_connection_fallback_watch_s* tcp_connection_fallback_watch_sRef;

typedef struct {
	int field1;
	int field2;
} SCD_Struct_SB5;

typedef struct __CFString* CFStringRef;

typedef struct __CTServerConnection* CTServerConnectionRef;

typedef struct __CTCall* CTCallRef;

typedef struct {
	unsigned field1[8];
} SCD_Struct_SB9;

typedef struct __CFDictionary* CFDictionaryRef;

typedef struct __WiFiManagerClient* WiFiManagerClientRef;

typedef struct __WiFiDeviceClient* WiFiDeviceClientRef;

typedef struct __WiFiNetwork* WiFiNetworkRef;

typedef struct __SCDynamicStore* SCDynamicStoreRef;

typedef struct __CFBoolean* CFBooleanRef;

typedef struct CGPoint {
	float x;
	float y;
} CGPoint;

typedef struct {
	char field1[24];
	char field2[64];
	int field3;
	int field4;
	char field5[100];
	char field6[100];
	char field7[100];
	char field8[2][1024];
	unsigned field9;
	int field10;
	int field11;
	unsigned field12;
	int field13;
	unsigned field14;
	char field15[150];
	int field16;
	int field17;
	unsigned field18 : 1;
	unsigned field19 : 1;
	unsigned field20 : 1;
	char field21[256];
	unsigned field22 : 1;
	unsigned field23 : 1;
	unsigned field24 : 1;
	unsigned field25 : 1;
} SCD_Struct_SB17;

typedef struct {
	char field1[24];
	unsigned field2 : 1;
	unsigned field3 : 1;
	unsigned field4 : 1;
	unsigned field5 : 1;
	unsigned field6 : 2;
	unsigned field7 : 1;
	unsigned field8 : 1;
	unsigned field9 : 1;
	unsigned field10 : 1;
	unsigned field11 : 1;
	unsigned field12 : 1;
	unsigned field13 : 1;
	unsigned field14 : 1;
	unsigned field15 : 1;
	unsigned field16 : 1;
	unsigned field17 : 1;
	unsigned field18 : 1;
	unsigned field19 : 1;
	unsigned field20 : 1;
	unsigned field21 : 1;
	unsigned field22 : 1;
	SCD_Struct_SB17 field23;
} SCD_Struct_SB18;

typedef struct {
	int field1;
	CGRect field2;
} SCD_Struct_SB19;

typedef struct CGImage* CGImageRef;

typedef struct CGSize {
	float width;
	float height;
} CGSize;

typedef struct CGPath* CGPathRef;

typedef struct __CFMachPort* CFMachPortRef;

typedef struct {
	char itemIsEnabled[24];
	char timeString[64];
	int gsmSignalStrengthRaw;
	int gsmSignalStrengthBars;
	char serviceString[100];
	char serviceCrossfadeString[100];
	char serviceImages[2][100];
	char operatorDirectory[1024];
	unsigned serviceContentType;
	int wifiSignalStrengthRaw;
	int wifiSignalStrengthBars;
	unsigned dataNetworkType;
	int batteryCapacity;
	unsigned batteryState;
	char batteryDetailString[150];
	int bluetoothBatteryCapacity;
	int thermalColor;
	unsigned thermalSunlightMode : 1;
	unsigned slowActivity : 1;
	unsigned syncActivity : 1;
	char activityDisplayId[256];
	unsigned bluetoothConnected : 1;
	unsigned displayRawGSMSignal : 1;
	unsigned displayRawWifiSignal : 1;
	unsigned locationIconType : 1;
} SCD_Struct_SB24;

typedef struct BKSDisplayBrightnessTransaction* BKSDisplayBrightnessTransactionRef;

typedef struct CGRect {
	CGPoint origin;
	CGSize size;
} CGRect;

typedef struct {
	int direction;
	CGRect rect;
} SCD_Struct_SB27;

typedef struct {
	int type;
	unsigned pathIndex;
	CGPoint location;
	CGPoint previousLocation;
	float totalDistanceTraveled;
	int interfaceOrientation;
	int previousInterfaceOrientation;
} SCD_Struct_SB28;

typedef struct __SBGestureContext* SBGestureContextRef;

typedef struct {
	float x;
	float y;
	float scale;
	float rotate;
} SCD_Struct_SB30;

typedef struct {
	int field1;
	unsigned field2;
	CGPoint field3;
	CGPoint field4;
	float field5;
	int field6;
	int field7;
} SCD_Struct_SB31;

typedef struct _CARenderImage* CARenderImageRef;

typedef struct CGContext* CGContextRef;

typedef struct {
	unsigned long field1;
	id field2;
	unsigned long field3;
	unsigned long field4[5];
} SCD_Struct_SB34;

typedef struct {
	int startStyle;
	int startOrientation;
	int endStyle;
	int endOrientation;
	int transitionType;
	char zoomOther;
} SCD_Struct_SB35;

typedef struct NSRange {
	unsigned location;
	unsigned length;
} NSRange;



Back to SpringBoard