WFCPrivacyViewController.h 329 B

1234567891011121314151617
  1. //
  2. // WFCPrivacyViewController.h
  3. // WildFireChat
  4. //
  5. // Created by WF Chat on 2019/1/22.
  6. // Copyright © 2019 WildFireChat. All rights reserved.
  7. //
  8. #import <UIKit/UIKit.h>
  9. NS_ASSUME_NONNULL_BEGIN
  10. @interface WFCPrivacyViewController : UIViewController
  11. @property(nonatomic, assign)BOOL isPrivacy;
  12. @end
  13. NS_ASSUME_NONNULL_END