Initial commit
This commit is contained in:
@@ -0,0 +1,24 @@
|
||||
//
|
||||
// GiGaWebViewController.h
|
||||
// GIGA
|
||||
//
|
||||
// Created by lianxiang on 2018/8/21.
|
||||
// Copyright © 2018年 com.giga.ios. All rights reserved.
|
||||
//
|
||||
|
||||
#import <UIKit/UIKit.h>
|
||||
|
||||
typedef NS_ENUM(NSInteger,WebSourceType)
|
||||
{
|
||||
WebSourceTypeLoacalHtml,
|
||||
WebSourceTypeUrlLink
|
||||
|
||||
};
|
||||
|
||||
@interface GiGaWebViewController : UIViewController
|
||||
|
||||
@property (nonatomic,strong) NSString *url;
|
||||
@property (nonatomic,assign) WebSourceType souceType;
|
||||
@property (nonatomic,strong) NSString *fileName;
|
||||
|
||||
@end
|
||||
Reference in New Issue
Block a user