// // InitialViewController.h // DUREX Vendor Control // // Created by Imanol Barba on 5/22/14. // Copyright (c) 2014 Emmoco. All rights reserved. // #import @interface InitialViewController : UIViewController @property (nonatomic,strong) IBOutlet UIButton *connectButton; - (IBAction) connectPressed:(UIButton*)button; @end