GroupVerifyVC.h 400 B

1234567891011121314151617181920
  1. //
  2. // GroupVerifyVC.h
  3. // smartRhino
  4. //
  5. // Created by niuzhen on 2020/7/16.
  6. // Copyright © 2020 tederen. All rights reserved.
  7. //
  8. #import "BaseViewController.h"
  9. NS_ASSUME_NONNULL_BEGIN
  10. @interface GroupVerifyVC : BaseViewController
  11. @property (copy, nonatomic) void(^SendBlock)(void);
  12. @property (assign, nonatomic) NSInteger Id;
  13. +(GroupVerifyVC *)initGroupVerifyVC;
  14. @end
  15. NS_ASSUME_NONNULL_END