Import RageShakeManager.h and RiotDesignValues.h in App Delegate header

This commit is contained in:
Giom Foret
2017-04-07 11:52:53 +02:00
parent 62b20e0682
commit 4e90defe11
24 changed files with 10 additions and 85 deletions
+2 -6
View File
@@ -21,16 +21,12 @@
#import "UnifiedSearchViewController.h"
#import "RageShakeManager.h"
#import "MXRoom+Riot.h"
#import "NSBundle+MatrixKit.h"
#import "RoomViewController.h"
#import "RiotDesignValues.h"
#import "InviteRecentTableViewCell.h"
#import "DirectoryRecentTableViewCell.h"
#import "RoomIdOrAliasTableViewCell.h"
@@ -418,7 +414,7 @@
}
}
#pragma mark - swipe actions
#pragma mark - Swipe actions
- (NSArray *)tableView:(UITableView *)tableView editActionsForRowAtIndexPath:(NSIndexPath *)indexPath
{
@@ -960,7 +956,7 @@
- (void)addRoomCreationButton
{
// Add blur mask programatically
// Add blur mask programmatically
tableViewMaskLayer = [CAGradientLayer layer];
CGColorRef opaqueWhiteColor = [UIColor colorWithWhite:1.0 alpha:1.0].CGColor;