OtherAccoutView.m 441 B

12345678910111213141516171819202122232425
  1. //
  2. // OtherAccoutView.m
  3. // BuguLive
  4. //
  5. // Created by 范东 on 2019/1/15.
  6. // Copyright © 2019 xfg. All rights reserved.
  7. //
  8. #import "OtherAccoutView.h"
  9. @implementation OtherAccoutView
  10. - (void)awakeFromNib{
  11. [super awakeFromNib];
  12. }
  13. /*
  14. // Only override drawRect: if you perform custom drawing.
  15. // An empty implementation adversely affects performance during animation.
  16. - (void)drawRect:(CGRect)rect {
  17. // Drawing code
  18. }
  19. */
  20. @end