Files
keyboard/keyBoard/Class/Login/VC/KBEmailLoginVC.h

17 lines
210 B
C
Raw Normal View History

2025-12-03 15:19:03 +08:00
//
// KBEmailLoginVC.h
// keyBoard
//
// Created by Mac on 2025/12/3.
//
2025-12-03 15:46:26 +08:00
#import "BaseViewController.h"
2025-12-03 15:19:03 +08:00
NS_ASSUME_NONNULL_BEGIN
2025-12-03 15:46:26 +08:00
@interface KBEmailLoginVC : BaseViewController
2025-12-03 15:19:03 +08:00
@end
NS_ASSUME_NONNULL_END