mirror of
https://github.com/moparisthebest/mailiverse
synced 2025-02-22 13:51:49 -05:00
17 lines
305 B
C
17 lines
305 B
C
![]() |
//
|
||
|
// ViewController.h
|
||
|
// Mailiverse
|
||
|
//
|
||
|
// Created by Timothy Prepscius on 1/23/13.
|
||
|
// Copyright (c) 2013 __MyCompanyName__. All rights reserved.
|
||
|
//
|
||
|
|
||
|
#import <UIKit/UIKit.h>
|
||
|
|
||
|
@interface ViewController : UIViewController <UIWebViewDelegate>
|
||
|
|
||
|
@property (weak, nonatomic) IBOutlet UIWebView *web;
|
||
|
|
||
|
|
||
|
@end
|