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