Mobile API Reference  MicroStrategy 2019
ObjectsPrompt.h
Go to the documentation of this file.
1 //
2 // ObjectsPrompt.h
3 // MicroStrategyMobile
4 //
5 // Created by Li, Dai on 1/3/13.
6 // Copyright (c) 2013 MicroStrategy Inc. All rights reserved.
7 //
8 #import "MSIPrompt.h"
9 
11 
12 @property (nonatomic, strong) NSArray* suggestedAnswers;
13 @property (nonatomic, readonly, copy) NSString* searchXML;
14 
15 @end
Definition: MSIPrompt.h:34
NSArray * suggestedAnswers
Definition: ObjectsPrompt.h:12
Definition: ObjectsPrompt.h:10
NSString * searchXML
Definition: ObjectsPrompt.h:13