20 lines
303 B
Objective-C
Executable File
20 lines
303 B
Objective-C
Executable File
//
|
|
// SPMineEditInfoVC.h
|
|
// SweetParty
|
|
//
|
|
// Created by bj_szd on 2022/6/9.
|
|
//
|
|
|
|
#import "BaseTableViewController.h"
|
|
#import "SPMineModel.h"
|
|
|
|
NS_ASSUME_NONNULL_BEGIN
|
|
|
|
@interface SPMineEditInfoVC : BaseTableViewController
|
|
|
|
@property (nonatomic, strong) SPMineModel *model;
|
|
|
|
@end
|
|
|
|
NS_ASSUME_NONNULL_END
|