forked from organicmaps/organicmaps
[cleanup] [ios] Optomized imports.
This commit is contained in:
parent
ec55d71d6e
commit
f04b5247d6
11 changed files with 2 additions and 25 deletions
|
@ -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>
|
||||
|
|
|
@ -1,5 +1,4 @@
|
|||
#import "MWMTableViewCell.h"
|
||||
#import "UIKitCategories.h"
|
||||
|
||||
@implementation MWMTableViewCell
|
||||
|
||||
|
|
|
@ -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"
|
||||
|
|
|
@ -1,5 +1,3 @@
|
|||
#import <Foundation/Foundation.h>
|
||||
|
||||
typedef NS_ENUM(NSInteger, MWMOpenGLDriver) {
|
||||
MWMOpenGLDriverRegular,
|
||||
MWMOpenGLDriverMetalPre103, // iOS 10..10.3
|
||||
|
|
|
@ -1,6 +1,4 @@
|
|||
#import <Foundation/Foundation.h>
|
||||
#import <UIKit/UIKit.h>
|
||||
#import "MWMConsts.h"
|
||||
|
||||
static inline BOOL firstVersionIsLessThanSecond(NSString * first, NSString * second)
|
||||
{
|
||||
|
|
|
@ -1,5 +1,3 @@
|
|||
#import "MWMTypes.h"
|
||||
|
||||
@interface MWMFrameworkHelper : NSObject
|
||||
|
||||
+ (void)processFirstLaunch;
|
||||
|
|
|
@ -1,6 +1,5 @@
|
|||
#import "MWMRouter.h"
|
||||
#import <Crashlytics/Crashlytics.h>
|
||||
#import "MWMConsts.h"
|
||||
#import "MWMCoreRouterType.h"
|
||||
#import "MWMFrameworkListener.h"
|
||||
#import "MWMLocationHelpers.h"
|
||||
|
|
|
@ -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"
|
||||
|
|
|
@ -1,5 +1,4 @@
|
|||
#import "MWMTableViewCell.h"
|
||||
#import "MWMTypes.h"
|
||||
|
||||
@protocol MWMPlacePageButtonsProtocol;
|
||||
|
||||
|
|
|
@ -1,6 +1,3 @@
|
|||
|
||||
#import <Foundation/Foundation.h>
|
||||
|
||||
@interface CopyLabel : UILabel
|
||||
|
||||
@end
|
||||
|
|
|
@ -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>
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue