Mobile API Reference
MicroStrategy 2019
BucketElement.h
Go to the documentation of this file.
1
//
2
// BucketElement.h
3
// CalendarUIPrototype
4
//
5
// Created by Firat Alpergin on 4/14/11.
6
// Copyright 2011 MicroStrategy Incorporated. All rights reserved.
7
//
8
9
#import <Foundation/Foundation.h>
10
11
@class
BucketHeader
;
12
13
@interface
BucketElement
: NSObject {
14
@private
15
int
index;
16
NSString *name;
17
}
18
19
@property
(nonatomic, copy) NSString *name;
20
@property
(nonatomic, assign)
int
index;
21
@property
(nonatomic, strong)
BucketHeader
* header;
22
23
-(id)initWithName:(NSString *)newName;
24
25
@end
BucketElement
Definition:
BucketElement.h:13
BucketHeader
Definition:
BucketHeader.h:13
Users
vvitarello
Desktop
MobileSDKSourceFiles
BucketElement.h
Generated by
1.8.14