SmartPlugPopupView.h 221 B

1234567891011121314
  1. //
  2. // SmartPlugPopupView.h
  3. // OneCable
  4. //
  5. // Created by ncomz on 2017. 6. 9..
  6. // Copyright © 2017년 ntels. All rights reserved.
  7. //
  8. #import "CustomAlertView.h"
  9. @interface SmartPlugPopupView : CustomAlertView
  10. @end