]>
Commit | Line | Data |
---|---|---|
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 <UIKit/UIImage.h> | |
8 | ||
9 | #import "NSCoding-Protocol.h" | |
10 | ||
11 | @class NSString; | |
12 | ||
13 | @interface UIImageNibPlaceholder : UIImage <NSCoding> | |
14 | { | |
15 | NSString *runtimeResourceName; | |
16 | } | |
17 | ||
18 | - (id)initWithContentsOfFile:(id)fp8 andRuntimeResourceName:(id)fp12; | |
19 | - (id)initWithData:(id)fp8 andRuntimeResourceName:(id)fp12; | |
20 | - (void)dealloc; | |
21 | - (id)initWithCoder:(id)fp8; | |
22 | - (void)encodeWithCoder:(id)fp8; | |
23 | ||
24 | @end | |
25 |