VLCLinearProgressIndicator.h 348 B

1234567891011121314151617
  1. //
  2. // VLCLinearProgressIndicator.h
  3. // AspenProject
  4. //
  5. // Created by Felix Paul Kühne on 13.05.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 VLCLinearProgressIndicator : UIView
  12. @property (nonatomic) CGFloat progress;
  13. @end