SmartPlugPopupView.m 405 B

12345678910111213141516171819202122
  1. //
  2. // SmartPlugPopupView.m
  3. // OneCable
  4. //
  5. // Created by ncomz on 2017. 6. 9..
  6. // Copyright © 2017년 ntels. All rights reserved.
  7. //
  8. #import "SmartPlugPopupView.h"
  9. @implementation SmartPlugPopupView
  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