
- Removed YuMi/Library/ (138 MB, not tracked) - Removed YuMi/Resources/ (23 MB, not tracked) - Removed old version assets (566 files, not tracked) - Excluded Pods/, xcuserdata/ and other build artifacts - Clean repository optimized for company server deployment
18 lines
336 B
Objective-C
Executable File
18 lines
336 B
Objective-C
Executable File
//
|
|
// 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
|