Mobile API Reference  MicroStrategy 2019
BucketHierarchyElement.h
Go to the documentation of this file.
1 //
2 // BucketHierarchyElement.h
3 // MicroStrategyMobile
4 //
5 // Created by Amirali Charania on 7/6/11.
6 // Copyright 2011 MicroStrategy Inc. All rights reserved.
7 //
8 
9 #import <Foundation/Foundation.h>
10 #import "BucketElement.h"
11 
12 @class MSIElement;
13 
16 }
17 
18 - (id)initWithElement:(MSIElement*)_element;
19 
20 @property (nonatomic, readonly) MSIElement* element;
21 
22 @end
Definition: BucketElement.h:13
Definition: BucketHierarchyElement.h:14
MSIElement * element
Definition: BucketHierarchyElement.h:15
Definition: MSIElement.h:13