Files
JJBB/Sdk/iOS/YuCheng/ThirdLibs/SPaySDK/include/SPayClientQQConfigModel.h
2024-08-23 15:49:34 +08:00

21 lines
386 B
Objective-C
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

//
// SPayClientQQConfigModel.h
// SPaySDK
//
// Created by wongfish on 16/2/18.
// Copyright © 2016年 wongfish. All rights reserved.
//
#import <Foundation/Foundation.h>
@interface SPayClientQQConfigModel : NSObject
/**
* app Scheme手Q Wap支付需要传入此参数用于手Q支付完成后的APP回调
*/
@property (nonatomic,copy) NSString *appScheme;
@end