cdts/xdts-ios 3/Pods/Target Support Files/TUIConversation/TUIConversation-umbrella.h

25 lines
629 B
C
Raw Normal View History

2023-07-27 09:20:00 +08:00
#ifdef __OBJC__
#import <UIKit/UIKit.h>
#else
#ifndef FOUNDATION_EXPORT
#if defined(__cplusplus)
#define FOUNDATION_EXPORT extern "C"
#else
#define FOUNDATION_EXPORT extern
#endif
#endif
#endif
#import "TUIConversationCellData.h"
#import "TUIConversationCell.h"
#import "TUIConversationListDataProvider.h"
#import "TUIConversationSelectDataProvider.h"
#import "TUIConversation.h"
#import "TUIConversationService.h"
#import "TUIConversationListController.h"
#import "TUIConversationSelectController.h"
FOUNDATION_EXPORT double TUIConversationVersionNumber;
FOUNDATION_EXPORT const unsigned char TUIConversationVersionString[];