Created
April 2, 2015 15:26
-
-
Save nicktesla2011/a843613c76fbcd2dd2dc to your computer and use it in GitHub Desktop.
ViewController.h file for Hype-Xcode tutorial
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// | |
// ViewController.h | |
// template | |
// | |
// Created by YOU on 00/00/00. | |
// Copyright (c) 2015 Your Company. All rights reserved. | |
// | |
#import <UIKit/UIKit.h> | |
@interface ViewController : UIViewController | |
@property (weak, nonatomic) IBOutlet UIWebView *Webview; | |
@end |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment