//
//  KMPDFToolsCollectionView.swift
//  PDF Reader Pro
//
//  Created by wanjun on 2022/11/16.
//

import Cocoa

class KMPDFToolsCollectionView: KMCollectionView {

    override func draw(_ dirtyRect: NSRect) {
        super.draw(dirtyRect)

        // Drawing code here.
    }
    
}