~urbanape/ubuntuone-ios-client/2.0-13-prerelease

« back to all changes in this revision

Viewing changes to musicstreaming/view_controllers/SettingsViewController.h

  • Committer: Jason Foreman
  • Date: 2011-06-16 18:33:42 UTC
  • mfrom: (191.1.60 master)
  • Revision ID: jason.foreman@canonical.com-20110616183342-vl7a4804xsf0s1b5
Merging branches for v 2.0.

lp:~threeve/ubuntuone-ios-client/master
lp:~urbanape/ubuntuone-ios-client/downloader

Show diffs side-by-side

added added

removed removed

Lines of Context:
30
30
 
31
31
#import <UIKit/UIKit.h>
32
32
 
33
 
@interface SettingsViewController : UITableViewController <UITextFieldDelegate>
 
33
@interface SettingsViewController : UITableViewController <UIAlertViewDelegate>
34
34
{
35
35
}
36
36
+ (UINavigationController *)navigableViewController;
37
 
- (IBAction)save:(id)sender;
 
37
- (void)clearAllCaches:(id)sender;
 
38
- (void)clearAlbumArtCache:(id)sender;
 
39
- (void)clearMusicCache:(id)sender;
 
40
 
 
41
extern NSString * const NOTIF_downloadComplete;
 
42
extern NSString * const NOTIF_removeCachedContent;
 
43
extern NSString * const NOTIF_reloadAccountCredentials;
38
44
@end