19 lines
278 B
Objective-C
Executable File
19 lines
278 B
Objective-C
Executable File
//
|
|
// SPTrendPublishVC.h
|
|
// SweetParty
|
|
//
|
|
// Created by bj_szd on 2022/6/6.
|
|
//
|
|
|
|
#import "BaseViewController.h"
|
|
|
|
NS_ASSUME_NONNULL_BEGIN
|
|
|
|
@interface SPTrendPublishVC : BaseViewController
|
|
|
|
@property (nonatomic, copy)void(^onReloadListBlock)(void);
|
|
|
|
@end
|
|
|
|
NS_ASSUME_NONNULL_END
|