123456789101112131415161718 |
- //
- // AppDelegate.h
- // VLCMediaTests
- //
- // Created by Felix Paul Kühne on 19.12.17.
- // Copyright © 2017 Felix Paul Kühne. All rights reserved.
- //
- #import <UIKit/UIKit.h>
- @interface AppDelegate : UIResponder <UIApplicationDelegate>
- @property (strong, nonatomic) UIWindow *window;
- @end
|