标签:
#import <UIKit/UIKit.h>
@interface ViewController : UIViewController
@property(strong,nonatomic) UISlider *MySlider;
@property(strong,nonatomic) UIView *MyView;
@property(strong,nonatomic) UIView *MyView1;
@property(strong,nonatomic) UISwitch *MySwitch;
@property(strong,nonatomic) UILabel *MyLable;
@end
标签:
原文地址:http://www.cnblogs.com/tmf-4838/p/5260098.html