~threeve/ubuntuone-ios-music/fix-play-on-call

« back to all changes in this revision

Viewing changes to Other Sources/U1MusicAppDelegate.h

  • Committer: Zachery Bir
  • Date: 2011-11-01 15:14:34 UTC
  • mto: This revision was merged to the branch mainline in revision 205.
  • Revision ID: zachery.bir@canonical.com-20111101151434-saa02v7sjc7jqwgt
Updated app icons

Show diffs side-by-side

added added

removed removed

Lines of Context:
31
31
@class Reachability;
32
32
 
33
33
@interface U1MusicAppDelegate : NSObject <UIApplicationDelegate> {
34
 
    
35
34
    UIWindow *window;
36
35
    UITabBarController *tabBarController;
37
36
}