16 lines
270 B
Dart
16 lines
270 B
Dart
|
//
|
||
|
// 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
|