Advertisement
olcayertas

HMXNewPersonelStep2ViewController.h

Oct 7th, 2013
286
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. #import <UIKit/UIKit.h>
  2.    
  3.     @interface HMXNewPersonelStep2ViewController : UIViewController
  4.     @property (strong, nonatomic) IBOutlet UISwitch *switchSystemManager;
  5.     @property (strong, nonatomic) IBOutlet UISwitch *switchClientPersonel;
  6.     @property (strong, nonatomic) IBOutlet UISwitch *switchElectionBoardMember;
  7.    
  8.     - (IBAction)backButtonClicked:(id)sender;
  9.    
  10.     @end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement