Skip to content
This repository has been archived by the owner on Aug 8, 2023. It is now read-only.

Commit

Permalink
[ios] Remove private category for attributes in test
Browse files Browse the repository at this point in the history
  • Loading branch information
boundsj committed Oct 18, 2016
1 parent 3266fee commit 40681d4
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions platform/ios/test/MGLGeoJSONSourceTests.mm
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,6 @@
@interface MGLGeoJSONSourceTests : XCTestCase
@end

@interface MGLPolygonFeature (Test)

@property (nonatomic, copy, readwrite) NS_DICTIONARY_OF(NSString *, id) *attributes;

@end

@implementation MGLGeoJSONSourceTests

- (void)testMGLGeoJSONSourceWithOptions {
Expand Down

0 comments on commit 40681d4

Please sign in to comment.