1234567891011121314151617 |
- //
- // 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
|