Mobile API Reference  MicroStrategy 2019
RectangleView.h
Go to the documentation of this file.
1 //
2 // RectangleView.h
3 // IPhoneChart
4 //
5 // Created by Liu Liang on 4/27/10.
6 // Copyright 2010 MSTR. All rights reserved.
7 //
8 
9 #import <Foundation/Foundation.h>
10 #import <UIKit/UIKit.h>
11 
12 typedef enum
13 {
15  OT_Marker = 1,
17 
18 @interface RectangleView : UIView
19 @property (nonatomic, assign) EnumObjectType mObjectType;
20 @property (nonatomic, assign) void* mpObject;
21 
22 @end
Definition: RectangleView.h:18
EnumObjectType mObjectType
Definition: RectangleView.h:19
EnumObjectType
Definition: RectangleView.h:12
Definition: RectangleView.h:15
void * mpObject
Definition: RectangleView.h:20
Definition: RectangleView.h:14