mirror of
https://github.com/zhigang1992/HybridWebView.git
synced 2026-01-13 09:10:28 +08:00
16 lines
240 B
Objective-C
16 lines
240 B
Objective-C
//
|
|
// ViewController.h
|
|
// ObjCAddJSInterface
|
|
//
|
|
// Created by wangyaqing on 15/4/8.
|
|
// Copyright (c) 2015年 billwang1990.github.io. All rights reserved.
|
|
//
|
|
|
|
#import <UIKit/UIKit.h>
|
|
|
|
@interface ViewController : UIViewController
|
|
|
|
|
|
@end
|
|
|