mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-17 15:09:31 +02:00
# Conflicts: # Config/AppVersion.xcconfig # Config/BuildSettings.swift # DesignKit/Source/ColorsSwiftUI.swift # DesignKit/Source/FontsSwiftUI.swift # DesignKit/Source/ThemeV2.swift # DesignKit/Variants/Colors/Dark/DarkColors.swift # DesignKit/Variants/Colors/Light/LightColors.swift # Podfile.lock # Riot/Assets/de.lproj/InfoPlist.strings # Riot/Assets/de.lproj/Vector.strings # Riot/Assets/en.lproj/Vector.strings # Riot/Generated/Images.swift # Riot/Generated/Strings.swift # Riot/Managers/PushNotification/PushNotificationService.m # Riot/Managers/Settings/RiotSettings.swift # Riot/Modules/Common/Recents/DataSources/RecentsDataSource.h # Riot/Modules/Common/Recents/RecentsViewController.m # Riot/Modules/Communities/Home/GroupHomeViewController.m # Riot/Modules/Room/RoomViewController.m # Riot/Modules/SetPinCode/PinCodePreferences.swift # Riot/Modules/Settings/SettingsViewController.m # Riot/Modules/TabBar/MasterTabBarController.h # Riot/Modules/TabBar/MasterTabBarController.m # Riot/Modules/TabBar/TabBarCoordinator.swift # fastlane/Fastfile # project.yml
76 lines
2.4 KiB
Objective-C
76 lines
2.4 KiB
Objective-C
//
|
|
// Use this file to import your target's public headers that you would like to expose to Swift.
|
|
//
|
|
|
|
@import MatrixSDK;
|
|
@import DTCoreText;
|
|
|
|
#import "WebViewViewController.h"
|
|
#import "RiotSplitViewController.h"
|
|
#import "RiotNavigationController.h"
|
|
#import "ThemeService.h"
|
|
#import "TableViewCellWithCheckBoxAndLabel.h"
|
|
#import "RecentsDataSource.h"
|
|
#import "AvatarGenerator.h"
|
|
#import "EncryptionInfoView.h"
|
|
#import "EventFormatter.h"
|
|
#import "MediaPickerViewController.h"
|
|
#import "RoomBubbleCellData.h"
|
|
#import "MXKRoomBubbleTableViewCell+Riot.h"
|
|
#import "UserEncryptionTrustLevel.h"
|
|
#import "RoomReactionsViewSizer.h"
|
|
#import "RoomEncryptedDataBubbleCell.h"
|
|
#import "LegacyAppDelegate.h"
|
|
#import "DirectoryServerPickerViewController.h"
|
|
#import "MXSession+Riot.h"
|
|
#import "RoomFilesViewController.h"
|
|
#import "RoomSearchViewController.h"
|
|
#import "IntegrationManagerViewController.h"
|
|
#import "RoomSettingsViewController.h"
|
|
#import "JitsiWidgetData.h"
|
|
#import "InviteRecentTableViewCell.h"
|
|
#import "AuthFallBackViewController.h"
|
|
#import "CallViewController.h"
|
|
#import "MatrixContactsDataSource.h"
|
|
#import "TypingUserInfo.h"
|
|
#import "UnifiedSearchViewController.h"
|
|
#import "SettingsViewController.h"
|
|
#import "BugReportViewController.h"
|
|
#import "BuildInfo.h"
|
|
#import "RoomMemberDetailsViewController.h"
|
|
#import "Tools.h"
|
|
#import "RoomViewController.h"
|
|
#import "ContactDetailsViewController.h"
|
|
#import "RoomInputToolbarView.h"
|
|
#import "NSArray+Element.h"
|
|
#import "ShareItemSender.h"
|
|
#import "Contact.h"
|
|
#import "RoomTimelineCellProvider.h"
|
|
#import "PlainRoomTimelineCellProvider.h"
|
|
#import "BubbleRoomTimelineCellProvider.h"
|
|
#import "RoomSelectedStickerBubbleCell.h"
|
|
#import "MXRoom+Riot.h"
|
|
|
|
#import "MXRoom+sendRoomPowerLevels.h"
|
|
#import "UniversalLink.h"
|
|
|
|
// MatrixKit common imports, shared with all targets
|
|
#import "MatrixKit-Bridging-Header.h"
|
|
|
|
// MatrixKit imports for the application target (Riot)
|
|
#import "MXKBarButtonItem.h"
|
|
#import "MXKPieChartView.h"
|
|
#import "MXKErrorAlertPresentation.h"
|
|
#import "MXKErrorPresentation.h"
|
|
#import "MXKErrorViewModel.h"
|
|
#import "MXKEncryptionKeysExportView.h"
|
|
#import "MXKTableViewCellWithLabelAndSwitch.h"
|
|
#import "MXKTableViewCellWithTextView.h"
|
|
#import "MXKTableViewCellWithButton.h"
|
|
#import "MXKRoomDataSourceManager.h"
|
|
#import "MXRoom+Sync.h"
|
|
#import "UIAlertController+MatrixKit.h"
|
|
#import "MXKMessageTextView.h"
|
|
#import "AllChatsLayoutModels.h"
|
|
#import "SecurityViewController.h"
|