00001 /* 00002 * Generated by class-dump 3.1.1. 00003 * 00004 * class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2006 by Steve Nygard. 00005 */ 00006 00007 #import "UIView.h" 00008 00009 @class NSArray, UINavigationBar, UIProgressIndicator, UITable, UITextLabel; 00010 00011 @interface MobileMeView : UIView 00012 { 00013 UINavigationBar *_navBar; 00014 UITable *_table; 00015 UIProgressIndicator *_progress; 00016 UITextLabel *_label; 00017 NSArray *_albums; 00018 id _delegate; 00019 } 00020 00021 - (id)initWithFrame:(struct CGRect)fp8; 00022 - (void)dealloc; 00023 - (void)setDelegate:(id)fp8; 00024 - (void)_setupLabelWithString:(id)fp8; 00025 - (void)setLoading:(BOOL)fp8; 00026 - (void)setAlbums:(id)fp8; 00027 - (void)navigationBar:(id)fp8 buttonClicked:(int)fp12; 00028 - (void)tableSelectionDidChange:(id)fp8; 00029 - (int)numberOfRowsInTable:(id)fp8; 00030 - (id)table:(id)fp8 cellForRow:(int)fp12 column:(id)fp16 reusing:(id)fp20; 00031 00032 @end 00033