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