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