summaryrefslogtreecommitdiff
path: root/platform/darwin/src/MGLPolygon_Private.h
Commit message (Collapse)AuthorAgeFilesLines
* [ios, macos] Move private categories into explicitly private headersJason Wray2018-01-021-0/+11
Instead of creating `MGLAdditions` categories/files for our own classes, this standardizes on the `Private` convention that we had been using elsewhere. This also fixes build errors where the `MGLAdditions` categories weren't importing their parents.