~tom-gall/+junk/ubuntuone-ios-music

« back to all changes in this revision

Viewing changes to view_controllers/SubsonicTableViewController.h

  • Committer: Tom Gall
  • Date: 2012-04-15 06:30:38 UTC
  • Revision ID: tom.gall@linaro.org-20120415063038-rzhlxywelmg0v4ct
start to address the movement of in app settings to out of app in the stand alone settings app. modify signout of ubuntuone such that it does not immediately try and sign you back in. App continues to function with locally cached music if signed out

Show diffs side-by-side

added added

removed removed

Lines of Context:
67
67
@property(nonatomic,assign) id<NSXMLParserDelegate> parserDelegate;
68
68
@property(nonatomic,retain) NSString *viewName;
69
69
 
70
 
extern NSString * const NOTIF_reloadAccountCredentials;
 
70
extern NSString * const NOTIF_gainAccountCredentials;
 
71
extern NSString * const NOTIF_dropAccountCredentials;
71
72
extern NSString * const NOTIF_removeCachedContent;
72
73
@end