Skip to content

Commit

Permalink
Remove forgotten YMKDelegate getter/setter (#63)
Browse files Browse the repository at this point in the history
  • Loading branch information
petropavel13 authored and maxep committed Jan 31, 2019
1 parent df99e67 commit 0e2967d
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions ClusterKit/YandexMapKit/YMKMapView+ClusterKit.m
Original file line number Diff line number Diff line change
Expand Up @@ -143,14 +143,6 @@ - (void)setDataSource:(id<YMKMapViewDataSource>)dataSource {
objc_setAssociatedObject(self, @selector(dataSource), dataSource, OBJC_ASSOCIATION_ASSIGN);
}

- (id<YMKMapViewDelegate>)delegate {
return objc_getAssociatedObject(self, @selector(delegate));
}

- (void)setDelegate:(id<YMKMapViewDelegate>)delegate {
objc_setAssociatedObject(self, @selector(delegate), delegate, OBJC_ASSOCIATION_ASSIGN);
}

- (NSMapTable<CKCluster *, YMKPlacemarkMapObject *> *)placemarks {
NSMapTable *placemarks = objc_getAssociatedObject(self, @selector(placemarks));
if (!placemarks) {
Expand Down

0 comments on commit 0e2967d

Please sign in to comment.