DocumentLibraryHomeVC.h 414 B

1234567891011121314151617181920
  1. //
  2. // DocumentLibraryHomeVC.h
  3. // Telemarketing
  4. //
  5. // Created by apple on 2021/4/28.
  6. // Copyright © 2021 刘惠萍. All rights reserved.
  7. //
  8. #import "BaseVC.h"
  9. NS_ASSUME_NONNULL_BEGIN
  10. @interface DocumentLibraryHomeVC : BaseVC
  11. @property (nonatomic, strong) LinkScrollView *scAll;
  12. @property (strong, nonatomic) NSString *timeStart;
  13. @property (strong, nonatomic) NSString *timeEnd;
  14. @end
  15. NS_ASSUME_NONNULL_END