19 lines
299 B
Objective-C
19 lines
299 B
Objective-C
//
|
|
// LMTixianRecordDetailViewController.h
|
|
// SweetParty
|
|
//
|
|
// Created by Xmac on 2024/9/25.
|
|
//
|
|
|
|
#import "BaseViewController.h"
|
|
|
|
NS_ASSUME_NONNULL_BEGIN
|
|
|
|
@interface LMTixianRecordDetailViewController : BaseViewController
|
|
|
|
@property (nonatomic, strong) NSString *wid;
|
|
|
|
@end
|
|
|
|
NS_ASSUME_NONNULL_END
|