1234567891011121314151617181920 |
- //
- // AlertView.m
- // sampleSDK
- //
- // Created by 王昭威 on 2023/1/18.
- //
- #import "AlertView.h"
- @implementation AlertView
- /*
- // Only override drawRect: if you perform custom drawing.
- // An empty implementation adversely affects performance during animation.
- - (void)drawRect:(CGRect)rect {
- // Drawing code
- }
- */
- @end
|