ViewController.h 275 B

1234567891011121314151617
  1. //
  2. // ViewController.h
  3. // MCPlus
  4. //
  5. // Created by KangSH on 2016. 12. 7..
  6. // Copyright © 2016년 KangSH. All rights reserved.
  7. //
  8. #import <UIKit/UIKit.h>
  9. @interface ViewController : UIViewController
  10. //@property (strong, nonatomic) IBOutlet UIWebView *webView;
  11. @end