//
//  ViewController.h
//  SafariLauncher
//
//  Created by Budhaditya Das on 6/5/13.
//  Copyright (c) 2013 Bytearc. All rights reserved.
//

#import <UIKit/UIKit.h>

@interface ViewController : UIViewController{
    UILabel *titleLabel;
    UILabel *infoLabel;
    UIButton *launchButton;
}

@property (nonatomic, strong) NSTimer *delayTimer;
//@property (nonatomic, retain) IBOutlet UILabel *infoLabel;

@end