TZProgressView.h 263 B

123456789101112131415
  1. //
  2. // TZProgressView.h
  3. // TZImagePickerController
  4. //
  5. // Created by ttouch on 2016/12/6.
  6. // Copyright © 2016年 谭真. All rights reserved.
  7. //
  8. #import <UIKit/UIKit.h>
  9. @interface TZProgressView : UIView
  10. @property (nonatomic, assign) double progress;
  11. @end