Mobile API Reference  MicroStrategy 2019
UnsupportedPrompt.h
Go to the documentation of this file.
1 //
2 // UnsupportedPrompt.h
3 // MSTRMobile
4 //
5 // Created by Ilia Baskin on 4/27/10.
6 // Copyright 2010 MicroStrategy. All rights reserved.
7 //
8 
9 #import <Foundation/Foundation.h>
10 #import "MSIPrompt.h"
11 
12 @class XMLBuilder;
13 
15 
16 @private
17  NSString* answerXml;
18  BOOL inPa;
19  XMLBuilder* myBuilder;
20 }
21 
22 @end
signed char BOOL
Definition: PDCwtypes.h:101
Definition: MSIPrompt.h:34
Definition: UnsupportedPrompt.h:14