Files
keyboard/keyBoard/Class/Me/VM/KBMyVM.h

17 lines
202 B
C
Raw Normal View History

2025-12-03 13:31:02 +08:00
//
// KBMyVM.h
// keyBoard
//
// Created by Mac on 2025/12/3.
//
#import <Foundation/Foundation.h>
NS_ASSUME_NONNULL_BEGIN
@interface KBMyVM : NSObject
- (void)logout;
@end
NS_ASSUME_NONNULL_END