Skip to content

Instantly share code, notes, and snippets.

@nicktesla2011
Created April 2, 2015 15:26
Show Gist options
  • Save nicktesla2011/a843613c76fbcd2dd2dc to your computer and use it in GitHub Desktop.
Save nicktesla2011/a843613c76fbcd2dd2dc to your computer and use it in GitHub Desktop.
ViewController.h file for Hype-Xcode tutorial
//
// 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