17 lines
227 B
Objective-C
17 lines
227 B
Objective-C
//
|
|
// HBDiscoverViewController.h
|
|
// HiBit
|
|
//
|
|
// Created by HI_LOSER on 2024/6/7.
|
|
//
|
|
|
|
#import "HBViewController.h"
|
|
|
|
NS_ASSUME_NONNULL_BEGIN
|
|
|
|
@interface HBDiscoverViewController : HBViewController
|
|
|
|
@end
|
|
|
|
NS_ASSUME_NONNULL_END
|