19 lines
263 B
Objective-C
Executable File
19 lines
263 B
Objective-C
Executable File
//
|
|
// 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
|