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:
Diffstat (limited to 'iphone/Maps/Classes/MWMPlacePage+Animation.h')
-rw-r--r--iphone/Maps/Classes/MWMPlacePage+Animation.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/iphone/Maps/Classes/MWMPlacePage+Animation.h b/iphone/Maps/Classes/MWMPlacePage+Animation.h
index 022c67c2f1..e14c4c5e9c 100644
--- a/iphone/Maps/Classes/MWMPlacePage+Animation.h
+++ b/iphone/Maps/Classes/MWMPlacePage+Animation.h
@@ -15,7 +15,7 @@
@property (nonatomic) MWMSpringAnimation * springAnimation;
- (void)cancelSpringAnimation;
-- (void)startAnimatingPlacePage:(MWMPlacePage *)placePage initialVelocity:(CGPoint)velocity;
+- (void)startAnimatingPlacePage:(MWMPlacePage *)placePage initialVelocity:(CGPoint)velocity completion:(void (^)(void))completion;
- (CGPoint)targetPoint;
@end