17 lines
248 B
C
17 lines
248 B
C
![]() |
//
|
||
|
// DDV2PhoneCodeVC.h
|
||
|
// DingDangApp
|
||
|
//
|
||
|
// Created by 触海 on 2023/12/13.
|
||
|
//
|
||
|
|
||
|
#import "DDBaseVC.h"
|
||
|
|
||
|
NS_ASSUME_NONNULL_BEGIN
|
||
|
|
||
|
@interface DDV2PhoneCodeVC : DDBaseVC
|
||
|
@property (nonatomic, copy) NSString *phoneTitle;
|
||
|
@end
|
||
|
|
||
|
NS_ASSUME_NONNULL_END
|