Files
yinmeng-ios-store/yinmeng-ios/DingDangApp/V2Versions/Login/DDV2PhoneCodeVC.h

17 lines
248 B
C
Raw Normal View History

//
// 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