AboutViewController.h 279 B

123456789101112131415161718
  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. @end
  12. NS_ASSUME_NONNULL_END