KMFastToolCollectionView.swift 287 B

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