From a2ba0eadbbaad107129a6ddd4cc4a1df83312dcb Mon Sep 17 00:00:00 2001 From: zhaojs <349234519@qq.com> Date: 星期五, 09 六月 2023 10:12:28 +0800 Subject: [PATCH] no message --- uniapp/nativeplugins/xiguazhu-baichuan/ios/UTDID.framework/Versions/A/Headers/AidProtocol.h | 23 +++++++++++++++++++++++ 1 files changed, 23 insertions(+), 0 deletions(-) diff --git a/uniapp/nativeplugins/xiguazhu-baichuan/ios/UTDID.framework/Versions/A/Headers/AidProtocol.h b/uniapp/nativeplugins/xiguazhu-baichuan/ios/UTDID.framework/Versions/A/Headers/AidProtocol.h new file mode 100644 index 0000000..e431bf3 --- /dev/null +++ b/uniapp/nativeplugins/xiguazhu-baichuan/ios/UTDID.framework/Versions/A/Headers/AidProtocol.h @@ -0,0 +1,23 @@ +// +// AidProtocol.h +// UtdidSDK +// +// Created by ALLEN on 14-12-22. +// Copyright (c) 2014骞� Alvin. All rights reserved. +// + +#ifndef AidProtocol_h +#define AidProtocol_h + +#define EVENT_REQUEST_STARTED 1000 +#define EVENT_REQUEST_SUCCESS 1001 +#define EVENT_REQUEST_FAILED 1002 +#define EVENT_NETWORK_ERROR 1003 + +@protocol AidProtocolDelegate <NSObject> +@required +- (void) onAidEventChanged:(NSInteger)eventId + aid:(NSString *)aid; +@end + +#endif -- Gitblit v1.9.3