mirror of
https://github.com/nickshanks/ResKnife.git
synced 2024-11-18 19:07:16 +00:00
3306fb2256
Note: The stuff in this folder doesn't actually work
24 lines
370 B
C
24 lines
370 B
C
/*
|
|
* Generated by class-dump 3.3.4 (64 bit).
|
|
*
|
|
* class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2011 by Steve Nygard.
|
|
*/
|
|
|
|
#pragma mark Named Structures
|
|
|
|
struct _NSPoint {
|
|
float _field1;
|
|
float _field2;
|
|
};
|
|
|
|
struct _NSRect {
|
|
struct _NSPoint _field1;
|
|
struct _NSSize _field2;
|
|
};
|
|
|
|
struct _NSSize {
|
|
float _field1;
|
|
float _field2;
|
|
};
|
|
|