ThingsDelPlugCompleteViewController.m 574 B

1234567891011121314151617181920212223242526272829303132333435
  1. //
  2. // ThingsDelPlugCompleteViewController.m
  3. // OneCable
  4. //
  5. // Created by nComz on 2017. 3. 21..
  6. // Copyright © 2017년 ntels. All rights reserved.
  7. //
  8. #import "ThingsDelPlugCompleteViewController.h"
  9. #import "CustomLabel.h"
  10. #import "CustomButton.h"
  11. #import "CustomImageView.h"
  12. @interface ThingsDelPlugCompleteViewController ()
  13. @end
  14. @implementation ThingsDelPlugCompleteViewController
  15. - (void)viewDidLoad {
  16. [super viewDidLoad];
  17. }
  18. - (void)didReceiveMemoryWarning {
  19. [super didReceiveMemoryWarning];
  20. }
  21. - (IBAction)btnConfirmTouched:(id)sender {
  22. }
  23. @end