19 lines
263 B
C
19 lines
263 B
C
|
|
//
|
||
|
|
// SPTrendReportVC.h
|
||
|
|
// SweetParty
|
||
|
|
//
|
||
|
|
// Created by bj_szd on 2022/6/17.
|
||
|
|
//
|
||
|
|
|
||
|
|
#import "BaseViewController.h"
|
||
|
|
|
||
|
|
NS_ASSUME_NONNULL_BEGIN
|
||
|
|
|
||
|
|
@interface SPTrendReportVC : BaseViewController
|
||
|
|
|
||
|
|
@property (nonatomic, copy)NSString *userId;
|
||
|
|
|
||
|
|
@end
|
||
|
|
|
||
|
|
NS_ASSUME_NONNULL_END
|