摘要: 1 #import <UIKit/UIKit.h> 2 3 @interface TWFXViewController : UIViewController 4 5 @property (retain,nonatomic) NSMutableData *weatherData; 6 7 @property (retain, nonatomic) IBOutlet UILabel *outlet_weatherInfo; 8 9 - (IBAction)btnClick_getWeather:(UIButton *)sender;10 11 @end 1 // 2 // TWFX.. 阅读全文
posted @ 2013-01-25 21:16 仙外仙 阅读(6160) 评论(0) 推荐(0) 编辑