Mobile API Reference  MicroStrategy 2019
CustomGroup.h
Go to the documentation of this file.
1 //
2 // CustomGroup.h
3 // MSTRMobile
4 //
5 // Created by Amirali Charania on 2/20/10.
6 // Copyright 2010 MicroStrategy. All rights reserved.
7 //
8 
9 #import <Foundation/Foundation.h>
10 #import "MSIDisplayInfo.h"
11 
12 @class MSICustomGroupItem;
13 
15 
16 }
17 
18 - (MSICustomGroupItem*)customGroupItem;
19 - (int) customGroupItemCount;
20 
21 @end
Definition: CustomGroupItem.h:12
Definition: MSIDisplayInfo.h:10
Definition: CustomGroup.h:14