18 lines
307 B
Objective-C
18 lines
307 B
Objective-C
//
|
|
// TUIContactExtensionObserver_Minimalist.h
|
|
// TUIContact
|
|
//
|
|
// Created by harvy on 2023/3/29.
|
|
// Copyright © 2023 Tencent. All rights reserved.
|
|
//
|
|
|
|
#import <Foundation/Foundation.h>
|
|
|
|
NS_ASSUME_NONNULL_BEGIN
|
|
|
|
@interface TUIContactExtensionObserver_Minimalist : NSObject
|
|
|
|
@end
|
|
|
|
NS_ASSUME_NONNULL_END
|