[cleanup] [ios] Fixed newline warnings.

This commit is contained in:
Ilya Grechuhin 2018-01-23 13:24:47 +03:00 committed by Roman Kuznetsov
parent 539f2aee3a
commit 4aabf3d091
4 changed files with 4 additions and 4 deletions

View file

@ -60,4 +60,4 @@ static const float secondColumnWidth = 160.0f;
@property (nonatomic, copy) ActionLocaleDoneBlock onActionSheetDone;
@property (nonatomic, copy) ActionLocaleCancelBlock onActionSheetCancel;
@end
@end

View file

@ -32,4 +32,4 @@
#import "ActionSheetDistancePicker.h"
#import "ActionSheetLocalePicker.h"
#import "ActionSheetStringPicker.h"
#import "ActionSheetMultipleStringPicker.h"
#import "ActionSheetMultipleStringPicker.h"

View file

@ -59,4 +59,4 @@ typedef void(^ActionStringCancelBlock)(ActionSheetStringPicker *picker);
@property (nonatomic, copy) ActionStringDoneBlock onActionSheetDone;
@property (nonatomic, copy) ActionStringCancelBlock onActionSheetCancel;
@end
@end