// // ViewController.h // AntsContract // // Created by Ray on 12/16/16. // Copyright © 2016 United Software Applications, Inc. All rights reserved. // #import @interface RootViewController : UIViewController @property (strong, nonatomic) IBOutlet UIButton *buttonHIC; @property (strong, nonatomic) IBOutlet UIButton *buttonSRL; @property (strong, nonatomic) IBOutlet UIView *coverView; @property (strong, nonatomic) IBOutlet UIBarButtonItem *ibSignin; @property (strong, nonatomic) IBOutlet UILabel *welcomeLabel; @property (strong, nonatomic) IBOutlet UIButton *btnNewCustomer; @property (strong, nonatomic) IBOutlet UIButton *btnCustomerPerDoc; @end