// // KMCustomAlertView.swift // PDF Master // // Created by tangchao on 2022/12/1. // import Cocoa class KMCustomAlertView: NSView { override func draw(_ dirtyRect: NSRect) { super.draw(dirtyRect) } }