InitialViewController.h 405 Bytes
//
//  InitialViewController.h
//  DUREX Vendor Control
//
//  Created by Imanol Barba on 5/22/14.
//  Copyright (c) 2014 Emmoco. All rights reserved.
//

#import <UIKit/UIKit.h>

@interface InitialViewController : UIViewController

@property (nonatomic,strong) IBOutlet UIButton *connectButton;
@property (nonatomic,strong) IBOutlet UILabel *label;

- (IBAction) connectPressed:(UIButton*)button;


@end