Mobile API Reference  MicroStrategy 2019
CustomTableView.h
Go to the documentation of this file.
1 //
2 // CustomTableView.h
3 // MSTRMobile
4 //
5 // Created by Amirali Charania on 10/23/09.
6 // Copyright 2009 MicroStrategy. All rights reserved.
7 //
8 
9 #import <Foundation/Foundation.h>
10 
11 
12 @interface CustomTableView : UITableView {
16 }
17 
18 @property BOOL cancelClicked;
19 
20 @end
signed char BOOL
Definition: PDCwtypes.h:101
BOOL cancelClicked
Definition: CustomTableView.h:15
BOOL overlayAdded
Definition: CustomTableView.h:13
BOOL searchTableViewAdded
Definition: CustomTableView.h:14
Definition: CustomTableView.h:12