VLCMenuButton.h 269 B

12345678910111213141516
  1. //
  2. // VLCMenuButton.h
  3. // VLC for iOS
  4. //
  5. // Created by Gleb on 6/17/13.
  6. // Copyright (c) 2013 VideoLAN. All rights reserved.
  7. //
  8. // Refer to the COPYING file of the official project for license.
  9. //
  10. #import <UIKit/UIKit.h>
  11. @interface VLCMenuButton : UIButton
  12. @end