PlayerViewController+AppDelegate.h 386 B

123456789101112131415161718192021222324
  1. //
  2. // CloudPhoneViewController+RBDConnect.h
  3. // VclustersGemini
  4. //
  5. // Created by APPLE on 2021/8/16.
  6. // Copyright © 2021 APPLE. All rights reserved.
  7. //
  8. #import <Foundation/Foundation.h>
  9. #import "PlayerViewController.h"
  10. NS_ASSUME_NONNULL_BEGIN
  11. @interface PlayerViewController(AppDelegate)
  12. {
  13. }
  14. @property NSString *nowSSid;
  15. - (void)updateCopydata;
  16. @end
  17. NS_ASSUME_NONNULL_END