2
0

BroadcastSetupViewController.h 280 B

1234567891011121314
  1. //
  2. // BroadcastSetupViewController.h
  3. // BroadcastSetupUI
  4. //
  5. // Created by Rain on 2022/10/11.
  6. // Copyright © 2022 WildFireChat. All rights reserved.
  7. //
  8. #import <UIKit/UIKit.h>
  9. #import <ReplayKit/ReplayKit.h>
  10. @interface BroadcastSetupViewController : UIViewController
  11. @end