forked from organicmaps/organicmaps
[cleanup] [ios] Fixed newline warnings.
This commit is contained in:
parent
539f2aee3a
commit
4aabf3d091
4 changed files with 4 additions and 4 deletions
|
@ -36,4 +36,4 @@
|
|||
|
||||
@required
|
||||
|
||||
@end
|
||||
@end
|
||||
|
|
|
@ -60,4 +60,4 @@ static const float secondColumnWidth = 160.0f;
|
|||
@property (nonatomic, copy) ActionLocaleDoneBlock onActionSheetDone;
|
||||
@property (nonatomic, copy) ActionLocaleCancelBlock onActionSheetCancel;
|
||||
|
||||
@end
|
||||
@end
|
||||
|
|
|
@ -32,4 +32,4 @@
|
|||
#import "ActionSheetDistancePicker.h"
|
||||
#import "ActionSheetLocalePicker.h"
|
||||
#import "ActionSheetStringPicker.h"
|
||||
#import "ActionSheetMultipleStringPicker.h"
|
||||
#import "ActionSheetMultipleStringPicker.h"
|
||||
|
|
|
@ -59,4 +59,4 @@ typedef void(^ActionStringCancelBlock)(ActionSheetStringPicker *picker);
|
|||
@property (nonatomic, copy) ActionStringDoneBlock onActionSheetDone;
|
||||
@property (nonatomic, copy) ActionStringCancelBlock onActionSheetCancel;
|
||||
|
||||
@end
|
||||
@end
|
||||
|
|
Loading…
Add table
Reference in a new issue