// // TUIContactService.h // lottie-ios // // Created by kayev on 2021/8/18. // Copyright © 2023 Tencent. All rights reserved. // #import #import #import #import NS_ASSUME_NONNULL_BEGIN @interface TUIContactService : NSObject + (TUIContactService *)shareInstance; @end NS_ASSUME_NONNULL_END