天天省钱快报

SDWaitingView.h 459B

1234567891011121314151617181920
  1. //
  2. // SDWaitingView.h
  3. // SDPhotoBrowser
  4. //
  5. // Created by aier on 15-2-6.
  6. // Copyright (c) 2015年 GSD. All rights reserved.
  7. //
  8. #import <UIKit/UIKit.h>
  9. #import "SDPhotoBrowserConfig.h"
  10. @interface SDWaitingView : UIView
  11. @property (nonatomic, assign) CGFloat progress;
  12. @property (nonatomic, assign) int mode;
  13. @end
  14. // 版权属于原作者
  15. // http://code4app.com (cn) http://code4app.net (en)
  16. // 发布代码于最专业的源码分享网站: Code4App.com