#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