Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mapsme/omim.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIlya Grechuhin <i.grechuhin@mapswithme.com>2015-06-24 14:02:29 +0300
committerAlex Zolotarev <alex@maps.me>2015-09-23 02:52:52 +0300
commit965f1f038181a6f5bae6e441cff4357f0e4dde09 (patch)
tree63a41e87bff0f3599f77415cc4c3db66182327a2 /iphone/Maps/Classes/MWMPlacePage+Animation.h
parentd0c5e0a09e7cee39eef306f7c52c1c1668ec8d42 (diff)
[ios] Fixed layout bugs.
Diffstat (limited to 'iphone/Maps/Classes/MWMPlacePage+Animation.h')
-rw-r--r--iphone/Maps/Classes/MWMPlacePage+Animation.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/iphone/Maps/Classes/MWMPlacePage+Animation.h b/iphone/Maps/Classes/MWMPlacePage+Animation.h
index e14c4c5e9c..3d1225aae7 100644
--- a/iphone/Maps/Classes/MWMPlacePage+Animation.h
+++ b/iphone/Maps/Classes/MWMPlacePage+Animation.h
@@ -7,6 +7,7 @@
//
#import "MWMPlacePage.h"
+#import "MWMSpringAnimation.h"
@class MWMSpringAnimation;
@@ -15,7 +16,7 @@
@property (nonatomic) MWMSpringAnimation * springAnimation;
- (void)cancelSpringAnimation;
-- (void)startAnimatingPlacePage:(MWMPlacePage *)placePage initialVelocity:(CGPoint)velocity completion:(void (^)(void))completion;
+- (void)startAnimatingPlacePage:(MWMPlacePage *)placePage initialVelocity:(CGPoint)velocity completion:(MWMSpringAnimationCompletionBlock)completion;
- (CGPoint)targetPoint;
@end