phizclip-uniapp-demo/finclip-uniapp-test/nativeplugins/MopSdk/ios/FinApplet.framework/Headers/FATBaseLoadFailedView.h

30 lines
445 B
C
Raw Normal View History

2022-06-08 11:57:35 +08:00
//
// FATBaseLoadFailedView.h
// FinApplet
//
// Created by luojian on 2021/11/1.
//
#import <UIKit/UIKit.h>
NS_ASSUME_NONNULL_BEGIN
@interface FATBaseLoadFailedView : UIView
/**
*/
@property (nonatomic, strong) UIImageView *errorImageView;
/**
*/
@property (nonatomic, strong) UILabel *errorLabel;
/**
*/
@property (nonatomic, strong) UILabel *detailLabel;
@end
NS_ASSUME_NONNULL_END