Mobile API Reference  MicroStrategy 2019
ExpressionPrompt.h
Go to the documentation of this file.
1 //
2 // ExpressionPrompt.h
3 // MSTRMobile
4 //
5 // Created by Ilia Baskin on 2/17/10.
6 // Copyright 2010 MicroStrategy. All rights reserved.
7 //
8 
9 #import <Foundation/Foundation.h>
10 #import "MSIPrompt.h"
11 
12 @class MSIExpression;
13 
15 
16 @private
17 // Expression* answer;
18  MSIObjectInfo* origin;
19  NSInteger expressionType;
20 }
21 
22 //@property (nonatomic, retain) Expression* answer;
23 @property (nonatomic, strong) MSIObjectInfo* origin;
24 @property NSInteger expressionType;
25 
26 @end
Definition: MSIPrompt.h:34
Definition: MSIObjectInfo.h:22
Definition: MSIExpression.h:14
Definition: ExpressionPrompt.h:14