Files
yinmeng-ios/xplan-ios/Main/Tabbar/MainProtocol.h

19 lines
227 B
C
Raw Normal View History

2021-09-07 23:05:43 +08:00
//
// MainProtocol.h
// xplan-ios
//
// Created by apple on 2021/9/8.
//
#import <Foundation/Foundation.h>
NS_ASSUME_NONNULL_BEGIN
@protocol MainProtocol <NSObject>
- (void)autoLoginSuccess;
@end
NS_ASSUME_NONNULL_END