KMPDFToolsCollectionView.swift 287 B

123456789101112131415161718
  1. //
  2. // KMPDFToolsCollectionView.swift
  3. // PDF Reader Pro
  4. //
  5. // Created by wanjun on 2022/11/16.
  6. //
  7. import Cocoa
  8. class KMPDFToolsCollectionView: KMCollectionView {
  9. override func draw(_ dirtyRect: NSRect) {
  10. super.draw(dirtyRect)
  11. // Drawing code here.
  12. }
  13. }