20 lines
325 B
C
20 lines
325 B
C
|
|
//
|
||
|
|
// 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
|