bonus-material-app/nativeplugins/Mpaas-Scan/ios/APProtocolBuffers.framework/Headers/ExternKVParam.h

17 lines
416 B
C
Raw Normal View History

2024-12-20 09:23:59 +08:00
//
// ExternKVParam.h
// APProtocolBuffers
//
// Created by cuinacai on 15/11/27.
// Copyright © 2015年 Alipay. All rights reserved.
//
#import "APPBGeneratedMessage.h"
@interface ExternKVParam : APPBGeneratedMessage<GeneratedMessageProtocol>
@property (readonly) BOOL hasKey;
@property (readonly) BOOL hasValue;
@property (nonatomic,strong) NSString* key;
@property (nonatomic,strong) NSString* value;
@end