Searching for iOS 7.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, 6.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 at 1:56:22 AM Eastern European Standard Time
* Operating System: Version 7.1.2 (Build 11D257)
* Image Source: /System/Library/CoreServices/SpringBoard.app/SpringBoard
* classdump-dyld is licensed under GPLv3, Copyright © 2013-2014 by Elias Limneos.
*/

typedef struct __IOHIDEvent* IOHIDEventRef;

typedef struct __CFBoolean* CFBooleanRef;

typedef struct __GSEvent* GSEventRef;

typedef struct {
	BOOL field1;
	BOOL field2;
	BOOL field3;
	BOOL field4;
	double field5;
	int field6;
} SCD_Struct_SB3;

typedef struct _NSZone* NSZoneRef;

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

typedef struct UIEdgeInsets {
	double top;
	double left;
	double bottom;
	double right;
} UIEdgeInsets;

typedef struct opaque_pthread_mutex_t {
	long long __sig;
	char __opaque[56];
} opaque_pthread_mutex_t;

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

typedef struct _MISProfile* MISProfileRef;

typedef struct __MKBAssertion* MKBAssertionRef;

typedef struct tcp_connection_fallback_watch_s* tcp_connection_fallback_watch_sRef;

typedef struct __CTServerConnection* CTServerConnectionRef;

typedef struct __CFString* CFStringRef;

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

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

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

typedef struct CGColor* CGColorRef;

typedef struct __CFDictionary* CFDictionaryRef;

typedef struct __WiFiManagerClient* WiFiManagerClientRef;

typedef struct __WiFiDeviceClient* WiFiDeviceClientRef;

typedef struct __WiFiNetwork* WiFiNetworkRef;

typedef struct __SCDynamicStore* SCDynamicStoreRef;

typedef struct SBIconCoordinate {
	long long row;
	long long col;
} SBIconCoordinate;

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

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

typedef struct BKSDisplayBrightnessTransaction* BKSDisplayBrightnessTransactionRef;

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

typedef struct MGNotificationTokenStruct* MGNotificationTokenStructRef;

typedef struct {
	long long startStyle;
	long long endStyle;
	double transitionFraction;
} SCD_Struct_SB29;

typedef struct {
	BOOL valid;
	SCD_Struct_SB29 styleTransitionState;
} SCD_Struct_SB30;

typedef struct {
	int type;
	int modifier;
	unsigned long long pathIndex;
	unsigned long long pathIdentity;
	CGPoint location;
	CGPoint previousLocation;
	CGPoint unrotatedLocation;
	CGPoint previousUnrotatedLocation;
	double totalDistanceTraveled;
	long long interfaceOrientation;
	long long previousInterfaceOrientation;
	double timestamp;
	BOOL isValid;
} SCD_Struct_SB31;

typedef struct __SBGestureContext* SBGestureContextRef;

typedef struct {
	int field1;
	int field2;
	unsigned long long field3;
	unsigned long long field4;
	CGPoint field5;
	CGPoint field6;
	CGPoint field7;
	CGPoint field8;
	double field9;
	long long field10;
	long long field11;
	double field12;
	BOOL field13;
} SCD_Struct_SB33;

typedef struct _CARenderImage* CARenderImageRef;

typedef struct {
	unsigned field1 : 1;
	unsigned field2 : 1;
	unsigned field3 : 1;
	unsigned field4 : 1;
	unsigned field5 : 1;
	unsigned field6 : 1;
	unsigned field7 : 1;
	unsigned field8 : 1;
	unsigned field9 : 1;
	unsigned field10 : 1;
} SCD_Struct_SB35;

typedef struct CGImage* CGImageRef;

typedef struct {
	BOOL itemIsEnabled[25];
	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;
	unsigned quietModeInactive : 1;
	unsigned tetheringConnectionCount;
} SCD_Struct_SB37;

typedef struct SBWindowLevelRange_struct {
	double start;
	double end;
} SBWindowLevelRange_struct;

typedef struct __CFArray* CFArrayRef;

typedef struct {
	id field1;
	id field2;
	id field3;
	id field4;
} SCD_Struct_SB40;



Back to SpringBoard