KMBatchTableRowView.h 301 B

123456789101112131415161718
  1. //
  2. // KMBatchTableRowView.h
  3. // PDF Reader Pro Edition
  4. //
  5. // Created by zhipeng jiang on 2020/11/2.
  6. //
  7. #import "KMTableRowView.h"
  8. NS_ASSUME_NONNULL_BEGIN
  9. @interface KMBatchTableRowView : KMTableRowView
  10. @property (nonatomic, strong, readonly) NSView *backgroundView;
  11. @end
  12. NS_ASSUME_NONNULL_END