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
-1
View File
@@ -276,7 +276,6 @@
{
// Add shrink button
UIButton *shrinkButton = [UIButton buttonWithType:UIButtonTypeCustom];
CGRect frame = sectionHeader.frame;
frame.origin.x = frame.origin.y = 0;
shrinkButton.frame = frame;
shrinkButton.backgroundColor = [UIColor clearColor];