]>
Commit | Line | Data |
---|---|---|
491070e3 JF |
1 | /* |
2 | * Generated by class-dump 3.1.2. | |
3 | * | |
4 | * class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2007 by Steve Nygard. | |
5 | */ | |
6 | ||
7 | #import "UIView.h" | |
8 | ||
9 | @class NSArray, UINavigationBar, UIProgressIndicator, UITable, UITextLabel; | |
10 | ||
11 | @interface PLMobileMeView : UIView | |
12 | { | |
13 | UINavigationBar *_navBar; | |
14 | UITable *_table; | |
15 | UIProgressIndicator *_progress; | |
16 | UITextLabel *_label; | |
17 | NSArray *_albums; | |
18 | id _delegate; | |
19 | } | |
20 | ||
21 | - (id)initWithFrame:(struct CGRect)fp8; | |
22 | - (void)dealloc; | |
23 | - (void)setDelegate:(id)fp8; | |
24 | - (void)_setupLabelWithString:(id)fp8; | |
25 | - (void)setLoading:(BOOL)fp8; | |
26 | - (void)setAlbums:(id)fp8; | |
27 | - (void)navigationBar:(id)fp8 buttonClicked:(int)fp12; | |
28 | - (void)tableSelectionDidChange:(id)fp8; | |
29 | - (int)numberOfRowsInTable:(id)fp8; | |
30 | - (id)table:(id)fp8 cellForRow:(int)fp12 column:(id)fp16 reusing:(id)fp20; | |
31 | ||
32 | @end | |
33 |