Mobile API Reference  MicroStrategy 2019
ObjectService.h
Go to the documentation of this file.
1 //
2 // ObjectService.h
3 // MSTRMobile
4 //
5 // Created by Glenn Boysko on 4/20/10.
6 // Copyright 2010 MicroStrategy, Incorporated. All rights reserved.
7 //
8 
9 #import "MSIServiceImpl.h"
10 
11 @class ObjectStore;
12 
14 @private
15  ObjectStore* objectStore;
16  NSInteger namedFolder;
17  NSString* folderID;
18 }
19 
20 @property (nonatomic, strong) ObjectStore* objectStore;
21 @property (nonatomic) NSInteger namedFolder;
22 @property (nonatomic, copy) NSString* folderID;
23 @property (nonatomic, getter = isRefreshing) bool refreshing;
24 
25 @end
Definition: MSIServiceImpl.h:30
Definition: ObjectService.h:13