mop-flutter-sdk/ios/Classes/FinAppletExt/View/FATWebView.h

16 lines
285 B
Dart
Raw Permalink Normal View History

2023-08-02 19:36:40 +08:00
//
// FATWebView.h
// FinApplet
//
// Created by Haley on 2019/12/9.
// Copyright © 2019 finogeeks. All rights reserved.
//
#import <UIKit/UIKit.h>
@interface FATWebView : UIView
- (instancetype)initWithFrame:(CGRect)frame URL:(NSURL *)URL appletId:(NSString *)appletId;
@end