// // HBViewController.h // QinJiuTV // // Created by 秦九 on 2024/4/28. // #import #import #import #import NS_ASSUME_NONNULL_BEGIN @interface HBViewController : UIViewController @property (assign, nonatomic) BOOL presentNavigation; - (void)backController:(UIButton * _Nullable)sender; @end NS_ASSUME_NONNULL_END