VLCFixups.h 369 B

1234567891011121314151617181920
  1. //
  2. // VLCFixups.h
  3. // VLC for iOS
  4. //
  5. // Created by Felix Paul Kühne on 24.08.13.
  6. // Copyright (c) 2013 VideoLAN. All rights reserved.
  7. //
  8. // Refer to the COPYING file of the official project for license.
  9. //
  10. #ifndef __IPHONE_7_0
  11. @interface UINavigationBar (UnimplementedCompileTimeFixesForThePast)
  12. @property(nonatomic,retain) UIColor *barTintColor;
  13. @end
  14. #endif