123456789101112131415 |
- //
- // InterfaceController.h
- // VLC for iOS WatchKit Extension
- //
- // Created by Carola Nitz on 22/03/15.
- // Copyright (c) 2015 VideoLAN. All rights reserved.
- //
- #import <WatchKit/WatchKit.h>
- #import <Foundation/Foundation.h>
- @interface InterfaceController : WKInterfaceController
- @property (nonatomic, weak) IBOutlet WKInterfaceTable *table;
- @end
|