]> git.saurik.com Git - iphone-api.git/blob - UIKit/UINib.h
Minor commit for Optimo.
[iphone-api.git] / UIKit / UINib.h
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
7 #import <Foundation/NSObject.h>
8
9 @class NSData;
10
11 @interface UINib : NSObject
12 {
13 NSData *archiveData;
14 BOOL instantiatingForSimulator;
15 }
16
17 - (id)initWithData:(id)fp8;
18 - (id)initWithContentsOfURL:(id)fp8;
19 - (id)initWithContentsOfFile:(id)fp8;
20 - (void)dealloc;
21 - (BOOL)instantiatingForSimulator;
22 - (void)setInstantiatingForSimulator:(BOOL)fp8;
23 - (id)instantiateWithOwner:(id)fp8 loadingResourcesFromBundle:(id)fp12;
24 - (id)instantiateWithOptions:(id)fp8 owner:(id)fp12 loadingResourcesFromBundle:(id)fp16;
25
26 @end
27