mop-flutter-sdk/ios/Classes/FinAppletExt/ExtensionApi/Location/FATExt_locationChange.h

19 lines
268 B
Dart
Raw Permalink Normal View History

2023-08-02 19:36:40 +08:00
//
// FATExt_locationChange.h
// FinAppletExt
//
// Created by 王兆耀 on 2022/11/6.
//
#import "FATExtBaseApi.h"
NS_ASSUME_NONNULL_BEGIN
@interface FATExt_locationChange : FATExtBaseApi
@property (nonatomic, assign) BOOL enable;
@end
NS_ASSUME_NONNULL_END