ViewController/MixiDownloadWebViewDelegate.h
説明を見る。
00001 
00009 #import <Foundation/Foundation.h>
00010 
00011 
00017 @interface MixiDownloadWebViewDelegate : NSObject<UIWebViewDelegate> {
00019     id closeTarget_;
00020     
00022     SEL closeAction_;
00023 }
00024 
00025 @property (nonatomic, assign) id closeTarget;
00026 @property (nonatomic, assign) SEL closeAction;
00027 
00035 - (id)initWithCloseTarget:(id)target action:(SEL)action;
00036 
00037 @end
 全て クラス ファイル 関数 変数 型定義 列挙型 列挙型の値 マクロ定義