17 lines
241 B
Objective-C
17 lines
241 B
Objective-C
//
|
|
// LMTixianRecordViewController.h
|
|
// SweetParty
|
|
//
|
|
// Created by Xmac on 2024/9/25.
|
|
//
|
|
|
|
#import "BaseViewController.h"
|
|
|
|
NS_ASSUME_NONNULL_BEGIN
|
|
|
|
@interface LMTixianRecordViewController : BaseViewController
|
|
|
|
@end
|
|
|
|
NS_ASSUME_NONNULL_END
|