|
//
|
|
// 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
|