KMBookmarkOutlineTitleCell.swift 169 B

123456789101112
  1. //
  2. // KMBookmarkOutlineTitleCell.swift
  3. // PDF Reader Pro
  4. //
  5. // Created by lizhe on 2024/3/1.
  6. //
  7. import Cocoa
  8. class KMBookmarkOutlineTitleCell: NSTextFieldCell {
  9. }