Files
real-e-party-iOS/YuMi/Tools/SDPhotoBrowser/SDWaitingView.h
edwinQQQ a35a711be6 chore: Initial clean commit
- 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
2025-10-09 16:19:14 +08:00

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