[cleanup] [ios] Optomized imports.

This commit is contained in:
Ilya Grechuhin 2017-08-24 15:17:31 +03:00 committed by Vladimir Byko-Ianko
parent ec55d71d6e
commit f04b5247d6
11 changed files with 2 additions and 25 deletions

View file

@ -2,6 +2,7 @@
// Use this file to import your target's public headers that you would like to expose to Swift.
//
#import <FBAudienceNetwork/FBAudienceNetwork.h>
#import <MyTargetSDK/MyTargetSDK.h>
#import <MyTrackerSDK/MRMyTracker.h>
#import <UIKit/UIKit.h>

View file

@ -1,5 +1,4 @@
#import "MWMTableViewCell.h"
#import "UIKitCategories.h"
@implementation MWMTableViewCell

View file

@ -4,7 +4,6 @@
#import "MWMBottomMenuViewController.h"
#import "MWMCircularProgress.h"
#import "MWMCommon.h"
#import "MWMConsts.h"
#import "MWMFrameworkListener.h"
#import "MWMFrameworkObservers.h"
#import "MWMLocationManager.h"

View file

@ -1,5 +1,3 @@
#import <Foundation/Foundation.h>
typedef NS_ENUM(NSInteger, MWMOpenGLDriver) {
MWMOpenGLDriverRegular,
MWMOpenGLDriverMetalPre103, // iOS 10..10.3

View file

@ -1,6 +1,4 @@
#import <Foundation/Foundation.h>
#import <UIKit/UIKit.h>
#import "MWMConsts.h"
static inline BOOL firstVersionIsLessThanSecond(NSString * first, NSString * second)
{

View file

@ -1,5 +1,3 @@
#import "MWMTypes.h"
@interface MWMFrameworkHelper : NSObject
+ (void)processFirstLaunch;

View file

@ -1,6 +1,5 @@
#import "MWMRouter.h"
#import <Crashlytics/Crashlytics.h>
#import "MWMConsts.h"
#import "MWMCoreRouterType.h"
#import "MWMFrameworkListener.h"
#import "MWMLocationHelpers.h"

View file

@ -3,12 +3,10 @@
//
#ifdef __OBJC__
#import <Foundation/Foundation.h>
#import <UIKit/UIKit.h>
#import <CoreLocation/CoreLocation.h>
#import <CoreGraphics/CoreGraphics.h>
#import <FBAudienceNetwork/FBAudienceNetwork.h>
#import "MWMConsts.h"
#import "MWMMacros.h"
#import "MWMTypes.h"
#import "UIColor+MapsMeColor.h"

View file

@ -1,5 +1,4 @@
#import "MWMTableViewCell.h"
#import "MWMTypes.h"
@protocol MWMPlacePageButtonsProtocol;

View file

@ -1,6 +1,3 @@
#import <Foundation/Foundation.h>
@interface CopyLabel : UILabel
@end

View file

@ -24,15 +24,6 @@
#import "3party/Alohalytics/src/alohalytics_objc.h"
#import <Foundation/NSAutoreleasePool.h>
#import <Foundation/NSBundle.h>
#import <Foundation/NSPathUtilities.h>
#import <Foundation/NSProcessInfo.h>
#import <UIKit/UIDevice.h>
#import <UIKit/UIScreen.h>
#import <UIKit/UIScreenMode.h>
#import <SystemConfiguration/SystemConfiguration.h>
#import <netinet/in.h>