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
14
@interface
ExpressionPrompt
:
MSIPrompt
{
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
MSIPrompt
Definition:
MSIPrompt.h:34
MSIObjectInfo
Definition:
MSIObjectInfo.h:22
MSIExpression
Definition:
MSIExpression.h:14
ExpressionPrompt
Definition:
ExpressionPrompt.h:14
MSIPrompt.h
Users
vvitarello
Desktop
MobileSDKSourceFiles
ExpressionPrompt.h
Generated by
1.8.14