20 lines
325 B
Objective-C
Executable File
20 lines
325 B
Objective-C
Executable File
//
|
|
// SPZhuxiaoVC.h
|
|
// romantic
|
|
//
|
|
// Created by bj_szd on 2023/8/10.
|
|
// Copyright © 2023 romantic. All rights reserved.
|
|
//
|
|
|
|
#import "BaseViewController.h"
|
|
|
|
NS_ASSUME_NONNULL_BEGIN
|
|
|
|
@interface SPZhuxiaoVC : BaseViewController
|
|
|
|
@property (nonatomic, copy) void(^onZhuxiaoSuccessBlock)(void);
|
|
|
|
@end
|
|
|
|
NS_ASSUME_NONNULL_END
|