1234567891011121314151617 |
- //
- // ViewController.h
- // MCPlus
- //
- // Created by KangSH on 2016. 12. 7..
- // Copyright © 2016년 KangSH. All rights reserved.
- //
- #import <UIKit/UIKit.h>
- @interface ViewController : UIViewController
- //@property (strong, nonatomic) IBOutlet UIWebView *webView;
- @end
|