//
//  KMHistoryFileCollectionView.swift
//  PDF Master
//
//  Created by wanjun on 2022/10/31.
//

import Cocoa

class KMHistoryFileCollectionView: KMCollectionView {

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

        // Drawing code here.
    }
    
}