MaxstARSDK
4.1.x
Main Page
+
Classes
Class List
Class Index
Class Hierarchy
+
Class Members
+
All
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
y
+
Functions
a
b
c
d
e
f
g
h
i
l
m
n
o
p
q
r
s
t
u
v
+
Variables
c
f
i
k
l
n
o
p
r
s
t
u
v
Enumerations
+
Enumerator
c
e
f
g
h
j
m
n
r
s
t
u
v
y
+
Files
File List
+
File Members
All
Variables
Macros
•
All
Classes
Files
Functions
Variables
Enumerations
Enumerator
Macros
CloudRecognizerCache.h
Go to the documentation of this file.
1
//
2
// CloudRecognizerCache.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
CloudRecognizerCache
: NSObject
12
+ (id)
getInstance
;
13
- (void) addName:(NSString*)name Json:(NSString*)cloudJson;
14
- (void)
loadMaps
;
15
- (void)
clear
;
16
@end
+[CloudRecognizerCache getInstance]
id getInstance()
CloudRecognizerCache
Definition:
CloudRecognizerCache.h:11
-[CloudRecognizerCache clear]
void clear()
-[CloudRecognizerCache loadMaps]
void loadMaps()
MaxstAR
MaxstARiOS
CloudRecognizerCache.h
Generated by
1.8.15