Brak opisu

UIExtendAlertView.m 404B

12345678910111213141516171819202122
  1. //
  2. // UIExtendAlertView.m
  3. // FirstLink
  4. //
  5. // Created by ascii on 15/1/21.
  6. // Copyright (c) 2015年 FirstLink. All rights reserved.
  7. //
  8. #import "UIExtendAlertView.h"
  9. @implementation UIExtendAlertView
  10. /*
  11. // Only override drawRect: if you perform custom drawing.
  12. // An empty implementation adversely affects performance during animation.
  13. - (void)drawRect:(CGRect)rect {
  14. // Drawing code
  15. }
  16. */
  17. @end