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 MapKit.framework
Viewing file: MapKit-Structs.h   Raw   logify
MapKit-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, 11.0, 10.2, 10.1.1, 9.3.3, 9.0, 8.0, 7.0, 6.0, 5.0
Filter:  
/*
* This header is generated by classdump-dyld 0.7
* on Friday, November 7, 2014, 2:21:22 AM Eastern European Standard Time
* Operating System: Version 6.1.6 (Build 10B500)
* Image Source: /System/Library/Frameworks/MapKit.framework/MapKit
* classdump-dyld is licensed under GPLv3, Copyright © 2013 by Elias Limneos.
*/

typedef struct __SCPreferences* SCPreferencesRef;

typedef struct {
	double field1;
	double field2;
} SCD_Struct_MK1;

typedef struct {
	SCD_Struct_MK1 field1;
	SCD_Struct_MK1 field2;
} SCD_Struct_MK2;

typedef struct {
	float field1;
	SCD_Struct_MK1 field2;
} SCD_Struct_MK3;

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

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

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

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

typedef struct {
	SCD_Struct_MK7 origin;
	SCD_Struct_MK7 size;
} SCD_Struct_MK8;

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

typedef struct {
	int field1;
	CGPoint field2;
	CGPoint field3;
	SCD_Struct_MK7 field4;
	id field5;
	char field6;
} SCD_Struct_MK10;

typedef struct _NSZone* NSZoneRef;

typedef struct CGContext* CGContextRef;

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

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

typedef struct CADoubleRect {
	CADoublePoint origin;
	CADoubleSize size;
} CADoubleRect;

typedef struct CGPath* CGPathRef;

typedef struct __CFRunLoopTimer* CFRunLoopTimerRef;

typedef struct opaque_pthread_rwlock_t {
	long __sig;
	char __opaque[124];
} opaque_pthread_rwlock_t;

typedef struct {
	double field1;
	double field2;
	double field3;
} SCD_Struct_MK19;

typedef struct {
	int field1;
	int field2;
	float field3;
} SCD_Struct_MK20;



Back to MapKit.framework