Mobile API Reference  MicroStrategy 2019
MobileStatsService.h
Go to the documentation of this file.
1 //#FEATURE#Tools:Mobile Statistics
2 //
3 // MobileStatsService.h
4 // MicroStrategyMobile
5 //
6 // Created by Liu, Shu on 6/14/12.
7 // Copyright (c) 2012 MicroStrategy Inc. All rights reserved.
8 //
9 
10 #import <Foundation/Foundation.h>
11 #import "XMLAPIService.h"
12 
14 
15 @property (nonatomic, copy) NSString* command;
16 
17 @end
Definition: MobileStatsService.h:13
NSString * command
Definition: MobileStatsService.h:15
Definition: XMLAPIService.h:15