123456789101112131415161718 |
- //
- // KMHistoryFileTableView.swift
- // PDF Reader Pro
- //
- // Created by wanjun on 2022/11/11.
- //
- import Cocoa
- class KMHistoryFileTableView: KMTableView {
- override func draw(_ dirtyRect: NSRect) {
- super.draw(dirtyRect)
- // Drawing code here.
- }
-
- }
|