VLCRowController.h 419 B

123456789101112131415
  1. //
  2. // VLCRowController.h
  3. // VLC for iOS
  4. //
  5. // Created by Tobias Conradi on 31.03.15.
  6. // Copyright (c) 2015 VideoLAN. All rights reserved.
  7. //
  8. #import <WatchKit/WatchKit.h>
  9. @interface VLCRowController : NSObject
  10. @property (nonatomic, weak) IBOutlet WKInterfaceLabel *titleLabel;
  11. @property (nonatomic, weak) IBOutlet WKInterfaceLabel *durationLabel;
  12. @property (nonatomic, weak) IBOutlet WKInterfaceGroup *group;
  13. @end