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

29 lines
498 B
Objective-C
Executable File
Raw Blame History

This file contains ambiguous Unicode characters!

This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.

//
// FATSearchAppletRequest.h
// FinApplet
//
// Created by beetle_92 on 2021/5/7.
// Copyright © 2021 finogeeks. All rights reserved.
//
#import <Foundation/Foundation.h>
NS_ASSUME_NONNULL_BEGIN
@interface FATSearchAppletRequest : NSObject
/**
服务器地址,客户部署的后台地址,必填
* 例https://mp.finogeeks.com
*/
@property (nonatomic, copy) NSString *apiServer;
/**
查找的关键字
*/
@property (nonatomic, copy) NSString *text;
@end
NS_ASSUME_NONNULL_END