// // VideoChatViewController.h // LekangGuard // // Created by ecell on 2023/1/12. // #import "BaseViewController.h" NS_ASSUME_NONNULL_BEGIN @interface VideoChatViewController : BaseViewController @end NS_ASSUME_NONNULL_END