[iOS] remove unneeded SwiftBridge.h imports

This commit is contained in:
Aleksey Belousov 2020-09-03 00:07:40 +03:00 committed by Alexander Boriskov
parent 227184829c
commit a21c307121
6 changed files with 5 additions and 7 deletions

View file

@ -1,7 +1,9 @@
#import "BookmarksSection.h"
#import "legacy_bookmark_colors.h"
#import "MWMLocationHelpers.h"
#import "MWMLocationManager.h"
#import "MWMSearchManager.h"
#import "Statistics.h"
#import <CoreApi/CoreApi.h>

View file

@ -1,6 +1,5 @@
#import "InfoSection.h"
#import "MWMCategoryInfoCell.h"
//#import "SwiftBridge.h"
#include <CoreApi/Framework.h>

View file

@ -1,5 +1,5 @@
#import "MWMStopButton.h"
#import "SwiftBridge.h"
@implementation MWMStopButton
@end

View file

@ -1,6 +1,5 @@
#import "MWMCircularProgress.h"
#import "MWMCircularProgressView.h"
#import "SwiftBridge.h"
@interface MWMCircularProgressView ()
@ -46,7 +45,7 @@
self = [super init];
if (self)
{
[[[UINib alloc] init:[self class] bundle:nil] instantiateWithOwner:self options:nil];
[[UINib nibWithNibName:NSStringFromClass([self class]) bundle:nil] instantiateWithOwner:self options:nil];
[parentView.subviews makeObjectsPerformSelector:@selector(removeFromSuperview)];
[parentView addSubview:self.rootView];
self.rootView.translatesAutoresizingMaskIntoConstraints = NO;

View file

@ -6,7 +6,6 @@
#import "MWMRouter.h"
#import "MWMTaxiPreviewDataSource.h"
#import "Statistics.h"
#import "SwiftBridge.h"
#import "UIButton+Orientation.h"
#import "UIImageView+Coloring.h"

View file

@ -1,5 +1,4 @@
#import "MWMLocationManager.h"
#import "SwiftBridge.h"
#import "MWMMyPositionMode.h"
#include "platform/location.hpp"
#include "platform/measurement_utils.hpp"