17 lines
248 B
Objective-C
17 lines
248 B
Objective-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
|