mop-flutter-sdk/ios/Classes/FinAppletExt/Common/Util/FATExtHelper.h

16 lines
270 B
Dart
Raw Normal View History

2023-08-02 19:36:40 +08:00
//
// FATExtHelper.h
// FinAppletExt
//
// Created by Haley on 2020/8/19.
// Copyright © 2020 finogeeks. All rights reserved.
//
#import <UIKit/UIKit.h>
@interface FATExtHelper : NSObject
+ (UIImage *)fat_ext_imageFromBundleWithName:(NSString *)imageName;
@end