// // MJPhotoProgressView.h // // Created by mj on 13-3-4. // Copyright (c) 2013年 itcast. All rights reserved. // #import @interface MJPhotoProgressView : UIView @property(nonatomic, strong) UIColor *trackTintColor; @property(nonatomic, strong) UIColor *progressTintColor; @property (nonatomic) float progress; @end