VLCCircularProgressIndicator.h 250 B

1234567891011121314
  1. //
  2. // VLCCircularProgressIndicator.h
  3. // AspenProject
  4. //
  5. // Created by Felix Paul Kühne on 12.05.13.
  6. // Copyright (c) 2013 VideoLAN. All rights reserved.
  7. //
  8. #import <UIKit/UIKit.h>
  9. @interface VLCCircularProgressIndicator : UIProgressView
  10. @end