[ios] Added new line at end of files.

This commit is contained in:
Ilya Grechuhin 2016-10-12 12:39:02 +03:00
parent 24aa1de24d
commit 6d9d56acd0
21 changed files with 21 additions and 21 deletions

View file

@ -10,4 +10,4 @@
- (vector<NSRange>)rangesOfString:(NSString *)aString;
@end
@end

View file

@ -31,4 +31,4 @@
return r;
}
@end
@end

View file

@ -5,4 +5,4 @@
+ (NSString *)estimatedArrivalTimeWithSeconds:(NSTimeInterval)seconds;
@end
@end

View file

@ -22,4 +22,4 @@
}
}
@end
@end

View file

@ -115,4 +115,4 @@ typedef void (^MWMAlertViewCompletionBlock) (UIAlertView * alertView, NSInteger
+ (UIImage *)imageWithColor:(UIColor *)color;
@end
@end

View file

@ -59,4 +59,4 @@
return _alertController;
}
@end
@end

View file

@ -3,4 +3,4 @@
@interface CopyLabel : UILabel
@end
@end

View file

@ -27,4 +27,4 @@
[UIPasteboard generalPasteboard].string = self.text;
}
@end
@end

View file

@ -20,4 +20,4 @@
@end
using TMWMWelcomeConfigBlock = void (^)(MWMWelcomeController * controller);
using TMWMWelcomeConfigBlock = void (^)(MWMWelcomeController * controller);

View file

@ -6,4 +6,4 @@ NSDateComponents * dateComponentsFromTime(osmoh::Time const & time);
NSDate * dateFromTime(osmoh::Time const & time);
NSString * stringFromTime(osmoh::Time const & time);
NSString * stringFromOpeningDays(editor::ui::TOpeningDays const & openingDays);
NSString * stringFromOpeningDays(editor::ui::TOpeningDays const & openingDays);

View file

@ -13,4 +13,4 @@ void DeleteFramework()
{
delete g_framework;
g_framework = nullptr;
}
}

View file

@ -6,4 +6,4 @@
/// Creates framework at first access
Framework & GetFramework();
/// Releases framework resources
void DeleteFramework();
void DeleteFramework();

View file

@ -33,4 +33,4 @@ using namespace storage;
- (void)processViewportCountryEvent:(TCountryId const &)countryId;
@end
@end

View file

@ -5,4 +5,4 @@
- (void)onSearchCompleted;
- (void)onSearchResultsUpdated;
@end
@end

View file

@ -149,4 +149,4 @@ NSString * httpGe0Url(NSString * shortUrl)
: L(@"bookmark_share_email_subject");
}
@end
@end

View file

@ -18,4 +18,4 @@
- (instancetype)initWithUrl:(NSString *)url;
@end
@end

View file

@ -36,4 +36,4 @@
@property(nonatomic) MTRGImageData *bubbleIcon;
@property(nonatomic) MTRGImageData *gotoAppIcon;
@property(nonatomic) MTRGImageData *itemHighlightIcon;
@end
@end

View file

@ -38,4 +38,4 @@ private:
//@} buffers
atomic<bool> m_presentAvailable;
};
};

View file

@ -134,4 +134,4 @@ void iosOGLContext::destroyBuffers()
m_hasBuffers = false;
}
}
}

View file

@ -286,4 +286,4 @@ extern NSString * const kAlohalyticsTapEventKey;
}
}
@end
@end

View file

@ -195,4 +195,4 @@ char const * kStatisticsEnabledSettingsKey = "StatisticsEnabled";
[[self instance] logEvent:eventName withParameters:parameters atLocation:location];
}
@end
@end