~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-05 01:29:12 UTC
  • mfrom: (204.1.7 testflight-sdk)
  • Revision ID: zachery.bir@canonical.com-20111105012912-o6l8pb8wipe0ugph
Merge urbanape's testflight-sdk branch

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
}