InterfaceController.h 352 B

123456789101112131415
  1. //
  2. // InterfaceController.h
  3. // VLC for iOS WatchKit Extension
  4. //
  5. // Created by Carola Nitz on 22/03/15.
  6. // Copyright (c) 2015 VideoLAN. All rights reserved.
  7. //
  8. #import <WatchKit/WatchKit.h>
  9. #import <Foundation/Foundation.h>
  10. @interface InterfaceController : WKInterfaceController
  11. @property (nonatomic, weak) IBOutlet WKInterfaceTable *table;
  12. @end