1234567891011121314151617181920 |
- //
- // ZZInfoItem.m
- // Aspects
- //
- // Created by Max on 2021/1/26.
- //
- #import "ZZInfoItem.h"
- @implementation ZZInfoItem
- /*
- // Only override drawRect: if you perform custom drawing.
- // An empty implementation adversely affects performance during animation.
- - (void)drawRect:(CGRect)rect {
- // Drawing code
- }
- */
- @end
|