-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathAWAccountStatusViewController.h
More file actions
32 lines (28 loc) · 1005 Bytes
/
AWAccountStatusViewController.h
File metadata and controls
32 lines (28 loc) · 1005 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
/**
* This header is generated by class-dump-z 0.2-0.
* class-dump-z is Copyright (C) 2009 by KennyTM~, licensed under GPLv3.
*
* Source: (null)
*/
#import <UIKit/UITableViewController.h>
@class AWUserAccount;
__attribute__((visibility("hidden")))
@interface AWAccountStatusViewController : UITableViewController {
AWUserAccount* _userAccount;
}
@property(retain, nonatomic) AWUserAccount* userAccount;
-(id)reasonText;
-(id)detailText;
-(id)tableView:(id)view cellForRowAtIndexPath:(id)indexPath;
-(int)tableView:(id)view numberOfRowsInSection:(int)section;
-(int)numberOfSectionsInTableView:(id)tableView;
-(float)tableView:(id)view heightForRowAtIndexPath:(id)indexPath;
-(void)didRotateFromInterfaceOrientation:(int)interfaceOrientation;
-(BOOL)shouldAutorotateToInterfaceOrientation:(int)interfaceOrientation;
-(void)viewDidUnload;
-(void)viewWillAppear:(BOOL)view;
-(void)viewDidLoad;
-(void)dealloc;
-(id)initWithStyle:(int)style;
-(id)initWithNibName:(id)nibName bundle:(id)bundle;
@end