| Lift freeq's AV media plane out of sleek | 1 | // |
| 2 | // AppDelegate.h | |
| 3 | // cpal-ios-example | |
| 4 | // | |
| 5 | // Created by Michael Hills on 2/10/20. | |
| 6 | // | |
| 7 | ||
| 8 | #import <UIKit/UIKit.h> | |
| 9 | ||
| 10 | @interface AppDelegate : UIResponder <UIApplicationDelegate> | |
| 11 | ||
| 12 | @property (strong, nonatomic) UIWindow *window; | |
| 13 | ||
| 14 | @end | |
| 15 |