17 lines
250 B
Objective-C
17 lines
250 B
Objective-C
//
|
|
// HBRefreshAutoNormalFooter.h
|
|
// QinJiuTV
|
|
//
|
|
// Created by HI_LOSER on 2024/6/6.
|
|
//
|
|
|
|
#import "MJRefreshAutoNormalFooter.h"
|
|
|
|
NS_ASSUME_NONNULL_BEGIN
|
|
|
|
@interface HBRefreshAutoNormalFooter : MJRefreshAutoNormalFooter
|
|
|
|
@end
|
|
|
|
NS_ASSUME_NONNULL_END
|