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

MWMPlacePage+Animation.h « Classes « Maps « iphone - github.com/mapsme/omim.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 6f01dec9a55cd36a819693a347e1daf3cdf19629 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#import "MWMPlacePage.h"
#import "MWMSpringAnimation.h"

@class MWMSpringAnimation;

@interface MWMPlacePage (Animation)

@property (nonatomic) MWMSpringAnimation * springAnimation;

- (void)cancelSpringAnimation;
- (void)startAnimatingPlacePage:(MWMPlacePage *)placePage initialVelocity:(CGPoint)velocity completion:(TMWMVoidBlock)completion;
- (CGPoint)targetPoint;

@end