mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-19 08:03:50 +02:00
Fix refactoring.
This commit is contained in:
@@ -33,13 +33,13 @@ typedef enum : NSUInteger
|
||||
} RecentsDataSourceMode;
|
||||
|
||||
/**
|
||||
List the different secure key backup banners that could be displayed.
|
||||
List the different secure backup banners that could be displayed.
|
||||
*/
|
||||
typedef NS_ENUM(NSInteger, SecureKeyBackupBannerDisplay)
|
||||
typedef NS_ENUM(NSInteger, SecureBackupBannerDisplay)
|
||||
{
|
||||
SecureKeyBackupBannerDisplayNone,
|
||||
SecureKeyBackupBannerDisplaySetup,
|
||||
SecureKeyBackupBannerDisplayRecover
|
||||
SecureBackupBannerDisplayNone,
|
||||
SecureBackupBannerDisplaySetup,
|
||||
SecureBackupBannerDisplayRecover
|
||||
};
|
||||
|
||||
/**
|
||||
@@ -55,7 +55,7 @@ extern NSString *const kRecentsDataSourceTapOnDirectoryServerChange;
|
||||
*/
|
||||
@interface RecentsDataSource : MXKInterleavedRecentsDataSource
|
||||
|
||||
@property (nonatomic) NSInteger keyBackupBannerSection;
|
||||
@property (nonatomic) NSInteger secureBackupBannerSection;
|
||||
@property (nonatomic) NSInteger directorySection;
|
||||
@property (nonatomic) NSInteger invitesSection;
|
||||
@property (nonatomic) NSInteger favoritesSection;
|
||||
@@ -71,7 +71,7 @@ extern NSString *const kRecentsDataSourceTapOnDirectoryServerChange;
|
||||
@property (nonatomic, readonly) NSArray* lowPriorityCellDataArray;
|
||||
@property (nonatomic, readonly) NSArray* serverNoticeCellDataArray;
|
||||
|
||||
@property (nonatomic, readonly) SecureKeyBackupBannerDisplay secureKeyBackupBannerDisplay;
|
||||
@property (nonatomic, readonly) SecureBackupBannerDisplay secureBackupBannerDisplay;
|
||||
|
||||
/**
|
||||
Set the delegate by specifying the selected display mode.
|
||||
|
||||
Reference in New Issue
Block a user