forked from organicmaps/organicmaps
[ios] Fixed KVO crash.
This commit is contained in:
parent
71a798e58e
commit
ecedd34e27
1 changed files with 4 additions and 4 deletions
|
@ -12,10 +12,10 @@
|
|||
|
||||
@interface MWMPlacePage : NSObject
|
||||
|
||||
@property (weak, nonatomic) IBOutlet MWMBasePlacePageView * basePlacePageView;
|
||||
@property (weak, nonatomic) IBOutlet UIView * extendedPlacePageView;
|
||||
@property (weak, nonatomic) IBOutlet UIImageView * anchorImageView;
|
||||
@property (weak, nonatomic) IBOutlet UIPanGestureRecognizer * panRecognizer;
|
||||
@property (nonatomic) IBOutlet MWMBasePlacePageView * basePlacePageView;
|
||||
@property (nonatomic) IBOutlet UIView * extendedPlacePageView;
|
||||
@property (nonatomic) IBOutlet UIImageView * anchorImageView;
|
||||
@property (nonatomic) IBOutlet UIPanGestureRecognizer * panRecognizer;
|
||||
@property (weak, nonatomic, readonly) MWMPlacePageViewManager * manager;
|
||||
@property (nonatomic) MWMPlacePageActionBar * actionBar;
|
||||
@property (nonatomic) CGFloat topBound;
|
||||
|
|
Loading…
Add table
Reference in a new issue