UNICORN - iOS
HowaboutViewController.h
1 //
2 // HowaboutViewController.h
3 //
4 // Created by saimushi on 2014/09/19.
5 // Copyright (c) 2014年 saimushi. All rights reserved.
6 //
7 
8 #import "common.h"
9 
10 @interface HowaboutViewController : UIViewControllerBase <UIWebViewDelegate>
11 {
12  // Protected
13 }
14 
15 // Public
16 @property (weak, nonatomic) IBOutlet UIWebView *webView;
17 
18 @end
Definition: HowaboutViewController.h:10
Definition: UIViewControllerBase.h:10