MJPhotoProgressView.h 341 B

12345678910111213141516
  1. //
  2. // MJPhotoProgressView.h
  3. //
  4. // Created by mj on 13-3-4.
  5. // Copyright (c) 2013年 itcast. All rights reserved.
  6. //
  7. #import <UIKit/UIKit.h>
  8. @interface MJPhotoProgressView : UIView
  9. @property(nonatomic, strong) UIColor *trackTintColor;
  10. @property(nonatomic, strong) UIColor *progressTintColor;
  11. @property (nonatomic) float progress;
  12. @end