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
1.7.4