| 12345678910111213141516171819 | ////  TDSAccountNotification.h//  TapBootstrapSDK////  Created by Bottle K on 2021/4/26.//#import <Foundation/Foundation.h>NS_ASSUME_NONNULL_BEGINextern NSString *const TAP_LOGIN_SUCCESS_NOTIFICATION;extern NSString *const TAP_LOGIN_FAIL_NOTIFICATION;@interface TDSAccountNotification : NSObject@endNS_ASSUME_NONNULL_END
 |