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.0Filter:
/**
* This header is generated by class-dump-z 0.2a.
* class-dump-z is Copyright (C) 2009 by KennyTM~, licensed under GPLv3.
*
* Source: /System/Library/Frameworks/MapKit.framework/MapKit
*/
typedef struct _NSZone NSZone;
typedef struct CGPoint {
float x;
float y;
} CGPoint;
typedef struct CADoublePoint {
double x;
double y;
} CADoublePoint;
typedef struct CGSize {
float width;
float height;
} CGSize;
typedef struct CGRect {
CGPoint origin;
CGSize size;
} CGRect;
typedef struct _NSRange {
unsigned location;
unsigned length;
} NSRange;
typedef struct {
CADoublePoint origin;
CADoublePoint size;
} XXStruct_Yvvv9D;
typedef struct {
int _field1;
CADoublePoint _field2;
} XXStruct_3X26yA;
typedef struct UIEdgeInsets {
float _field1;
float _field2;
float _field3;
float _field4;
} UIEdgeInsets;
typedef struct CGAffineTransform {
float a;
float b;
float c;
float d;
float tx;
float ty;
} CGAffineTransform;
typedef struct CADoubleSize {
double width;
double height;
} CADoubleSize;
typedef struct CADoubleRect {
CADoublePoint origin;
CADoubleSize size;
} CADoubleRect;
typedef struct {
int _field1;
CADoublePoint _field2;
CGPoint _field3;
CGPoint _field4;
id _field5;
BOOL _field6;
} XXStruct_PallAB;
typedef struct CGColor* CGColorRef;
typedef struct CGContext* CGContextRef;
typedef struct _GEOTileKey {
unsigned _field1 : 6;
unsigned _field2 : 26;
unsigned _field3 : 26;
unsigned _field4 : 6;
unsigned _field5 : 8;
unsigned _field6 : 8;
unsigned _field7 : 8;
unsigned _field8 : 1;
unsigned _field9 : 7;
unsigned char _field10[4];
} GEOTileKey;
template<>
struct Cache<_MKCanDrawCacheKey, int>;
typedef struct CGPath* CGPathRef;
typedef struct __CFRunLoopTimer* CFRunLoopTimerRef;
typedef struct _opaque_pthread_rwlock_t {
long __sig;
BOOL __opaque[124];
} opaque_pthread_rwlock_t;
typedef struct CGImage* CGImageRef;