Mobile API Reference  MicroStrategy 2019
BucketHeader.h
Go to the documentation of this file.
1 //
2 // BucketHeader.h
3 // MicroStrategyMobile
4 //
5 // Created by Amirali Charania on 7/5/11.
6 // Copyright 2011 MicroStrategy Inc. All rights reserved.
7 //
8 
9 #import <Foundation/Foundation.h>
10 
11 @class MSIObjectInfo;
12 
13 @interface BucketHeader : NSObject {
16 }
17 
18 @property (nonatomic, strong) MSIObjectInfo* headerObject;
19 @property (nonatomic) BOOL inList;
20 - (id)initWithObject:(MSIObjectInfo*)_headerObject;
21 - (NSString*)name;
22 
23 @end
signed char BOOL
Definition: PDCwtypes.h:101
Definition: MSIObjectInfo.h:22
BOOL inList
Definition: BucketHeader.h:15
MSIObjectInfo * headerObject
Definition: BucketHeader.h:14
Definition: BucketHeader.h:13