1234567891011121314151617181920 |
- //
- // DocumentLibraryHomeVC.h
- // Telemarketing
- //
- // Created by apple on 2021/4/28.
- // Copyright © 2021 刘惠萍. All rights reserved.
- //
- #import "BaseVC.h"
- NS_ASSUME_NONNULL_BEGIN
- @interface DocumentLibraryHomeVC : BaseVC
- @property (nonatomic, strong) LinkScrollView *scAll;
- @property (strong, nonatomic) NSString *timeStart;
- @property (strong, nonatomic) NSString *timeEnd;
- @end
- NS_ASSUME_NONNULL_END
|