ScanHomeCell.h 469 B

1234567891011121314151617181920
  1. //
  2. // ScanHomeCellTableViewCell.h
  3. // HMLG Scan Order
  4. //
  5. // Created by Rui Zhang on 5/12/22.
  6. // Copyright © 2022 United Software Applications, Inc. All rights reserved.
  7. //
  8. #import <UIKit/UIKit.h>
  9. NS_ASSUME_NONNULL_BEGIN
  10. @interface ScanHomeCell : UITableViewCell
  11. @property (weak, nonatomic) IBOutlet UILabel *labeltitle;
  12. @property (weak, nonatomic) IBOutlet UIButton *btnview;
  13. @property (weak, nonatomic) IBOutlet UILabel *labeldate;
  14. @end
  15. NS_ASSUME_NONNULL_END