-
Notifications
You must be signed in to change notification settings - Fork 75
/
ARViewPrepareOptions.h
33 lines (27 loc) · 1.08 KB
/
ARViewPrepareOptions.h
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
//
// Generated by class-dump 3.5 (64 bit).
//
// class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2013 by Steve Nygard.
//
#import "NSObject.h"
@class NSArray, NSString;
@interface ARViewPrepareOptions : NSObject
{
_Bool _getLastestVersion;
_Bool _downloadOnly;
_Bool _useLocalFiles;
NSString *_productID;
NSArray *_protocolClasses;
NSArray *_algorithmPaths;
NSArray *_modelsPaths;
}
@property(copy, nonatomic) NSArray *modelsPaths; // @synthesize modelsPaths=_modelsPaths;
@property(copy, nonatomic) NSArray *algorithmPaths; // @synthesize algorithmPaths=_algorithmPaths;
@property(nonatomic) _Bool useLocalFiles; // @synthesize useLocalFiles=_useLocalFiles;
@property(copy) NSArray *protocolClasses; // @synthesize protocolClasses=_protocolClasses;
@property(copy, nonatomic) NSString *productID; // @synthesize productID=_productID;
@property(nonatomic) _Bool downloadOnly; // @synthesize downloadOnly=_downloadOnly;
@property(nonatomic) _Bool getLastestVersion; // @synthesize getLastestVersion=_getLastestVersion;
- (void).cxx_destruct;
- (id)init;
@end