1234567891011121314151617181920 |
- //
- // CPDFWatermarkView.m
- // PDFViewer
- //
- // Created by kdan on 2022/11/15.
- //
- #import "CPDFWatermarkView.h"
- @implementation CPDFWatermarkView
- /*
- // Only override drawRect: if you perform custom drawing.
- // An empty implementation adversely affects performance during animation.
- - (void)drawRect:(CGRect)rect {
- // Drawing code
- }
- */
- @end
|