123456789101112131415161718 |
- //
- // KMWatermartAdjectivePageRangeView.swift
- // PDF Reader Pro
- //
- // Created by tangchao on 2022/12/17.
- //
- import Cocoa
- class KMWatermartAdjectivePageRangeView: KMConvertPageRangeSettingItemView {
- override func draw(_ dirtyRect: NSRect) {
- super.draw(dirtyRect)
- // Drawing code here.
- }
-
- }
|