2022-06-08 11:57:35 +08:00
|
|
|
//
|
|
|
|
// FAT.h
|
|
|
|
// FinApplet
|
|
|
|
//
|
|
|
|
// Created by Haley on 2019/3/28.
|
|
|
|
// Copyright © 2019 finogeeks. All rights reserved.
|
|
|
|
//
|
|
|
|
|
|
|
|
// In this header, you should import all the public headers of your framework using statements like #import <FinApplet/PublicHeader.h>
|
|
|
|
|
|
|
|
#import "FATClient.h"
|
|
|
|
#import "FATConfig.h"
|
|
|
|
#import "FATUIConfig.h"
|
|
|
|
#import "FATStoreConfig.h"
|
|
|
|
#import "FATAppletInfo.h"
|
|
|
|
#import "FATConstant.h"
|
|
|
|
#import "FATError.h"
|
|
|
|
#import "FATWebExtension.h"
|
|
|
|
#import "FATAppletRequest.h"
|
|
|
|
#import "FATAppletDelegate.h"
|
|
|
|
#import "FATAppletMenuProtocol.h"
|
|
|
|
#import "FATWeakScriptMessageDelegate.h"
|
|
|
|
#import "IFATNativeViewManager.h"
|
|
|
|
#import "FATAppletNativeProtocol.h"
|
|
|
|
#import "FATSearchAppletRequest.h"
|
|
|
|
#import "FATBaseLoadingView.h"
|
|
|
|
#import "FATBaseLoadFailedView.h"
|
2022-10-19 12:51:03 +08:00
|
|
|
#import "FATMoreMenuHelper.h"
|
|
|
|
#import "FATLogManager.h"
|
|
|
|
#import "IFATXLogManager.h"
|
|
|
|
#import "FATAppletButtonOpenTypeDelegate.h"
|
|
|
|
#import "FATAppletLifeCycleDelegate.h"
|
|
|
|
#import "FATAppletMoreMenuDelegate.h"
|
|
|
|
#import "FATLocalAppletDelegate.h"
|
|
|
|
#import "FATAppletConfigurationDelegate.h"
|
|
|
|
#import "FATAppletWaterMaskAndScreenCaptureDelegate.h"
|