PlayerViewController+AppDelegate.h 362 B

1234567891011121314151617181920212223
  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. @end
  16. NS_ASSUME_NONNULL_END