123456789101112131415161718 |
- //
- // KMBatchTableRowView.h
- // PDF Reader Pro Edition
- //
- // Created by zhipeng jiang on 2020/11/2.
- //
- #import "KMTableRowView.h"
- NS_ASSUME_NONNULL_BEGIN
- @interface KMBatchTableRowView : KMTableRowView
- @property (nonatomic, strong, readonly) NSView *backgroundView;
- @end
- NS_ASSUME_NONNULL_END
|