MaxstARSDK
4.1.x
KeyValuePair.h
Go to the documentation of this file.
1
//
2
// KeyValuePair.h
3
// MaxstARSDKFramework
4
//
5
// Created by Kimseunglee on 2018. 8. 19..
6
// Copyright © 2018년 Maxst. All rights reserved.
7
//
8
9
#import <Foundation/Foundation.h>
10
11
@interface
KeyValuePair
: NSObject
12
{
13
@public
NSString*
key
;
14
@public
NSString*
value
;
15
}
16
@end
KeyValuePair::key
NSString * key
Definition:
KeyValuePair.h:13
KeyValuePair::value
NSString * value
Definition:
KeyValuePair.h:14
KeyValuePair
Definition:
KeyValuePair.h:11
MaxstAR
MaxstARiOS
KeyValuePair.h
Generated by
1.8.15