2
0

WFCDestroyAccountViewController.h 254 B

123456789101112
  1. //
  2. // WFCDestroyAccountViewController.h
  3. // Wildfire Chat
  4. //
  5. // Created by WF Chat on 2017/7/9.
  6. // Copyright © 2017年 WildFireChat. All rights reserved.
  7. //
  8. #import <UIKit/UIKit.h>
  9. @interface WFCDestroyAccountViewController : UIViewController
  10. @end