AboutViewController.h 358 B

12345678910111213141516171819
  1. //
  2. // AboutViewController.h
  3. // VclustersGemini
  4. //
  5. // Created by APPLE on 2020/2/24.
  6. // Copyright © 2020 APPLE. All rights reserved.
  7. //
  8. #import "BaseViewController.h"
  9. NS_ASSUME_NONNULL_BEGIN
  10. @interface AboutViewController : BaseViewController
  11. //获取云机剩余空间
  12. @property (nonatomic,copy) void (^getSysInfo)(void);
  13. @end
  14. NS_ASSUME_NONNULL_END