AlertView.m 328 B

1234567891011121314151617181920
  1. //
  2. // AlertView.m
  3. // sampleSDK
  4. //
  5. // Created by 王昭威 on 2023/1/18.
  6. //
  7. #import "AlertView.h"
  8. @implementation AlertView
  9. /*
  10. // Only override drawRect: if you perform custom drawing.
  11. // An empty implementation adversely affects performance during animation.
  12. - (void)drawRect:(CGRect)rect {
  13. // Drawing code
  14. }
  15. */
  16. @end