Refactor ObjC AppDelegate to LegacyAppDelegate.

This commit is contained in:
SBiOSoftWhare
2020-08-31 19:22:37 +02:00
parent 662605bc6a
commit 30f14b2012
3 changed files with 18 additions and 11 deletions
+1 -1
View File
@@ -14,9 +14,9 @@
#import "EncryptionInfoView.h"
#import "EventFormatter.h"
#import "MediaPickerViewController.h"
#import "AppDelegate.h"
#import "RoomBubbleCellData.h"
#import "MXKRoomBubbleTableViewCell+Riot.h"
#import "UserEncryptionTrustLevel.h"
#import "BubbleReactionsViewSizer.h"
#import "RoomEncryptedDataBubbleCell.h"
#import "LegacyAppDelegate.h"