KMRedactAligementView.swift 176 B

123456789101112
  1. //
  2. // KMRedactAligementView.swift
  3. // PDF Reader Pro
  4. //
  5. // Created by tangchao on 2023/1/17.
  6. //
  7. import Cocoa
  8. class KMRedactAligementView: KMWatermarkAligementView {
  9. }