]> git.saurik.com Git - iphone-api.git/blame - AddressBookUI/CDStructures.h
Here we go again: this time with SBIcon setAlpha.
[iphone-api.git] / AddressBookUI / CDStructures.h
CommitLineData
2cd8f71b
JF
1/*
2 * Generated by class-dump 3.1.2.
3 *
4 * class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2007 by Steve Nygard.
5 */
6
7struct CGPoint {
8 float _field1;
9 float _field2;
10};
11
12struct CGRect {
13 struct CGPoint _field1;
14 struct CGSize _field2;
15};
16
17struct CGSize {
18 float _field1;
19 float _field2;
20};
21
22struct _NSRange {
23 unsigned int location;
24 unsigned int length;
25};
26
27struct _NSZone;
28
29struct __CFArray;
30
31struct __CFDictionary;
32
33struct __CFSet;
34
35struct __GSEvent;
36
37typedef struct {
38 struct {
39 } *_field1;
40 int _field2;
41 int _field3;
42} CDAnonymousStruct3;
43
44typedef struct {
45 id _field1;
46 unsigned int _field2;
47} CDAnonymousStruct2;
48
49typedef struct {
50 id _field1;
51 id _field2;
52 id _field3;
53 id _field4;
54 struct CGRect _field5;
55 void *_field6;
56} CDAnonymousStruct1;
57