diff --git a/NSTimeZone+Coordinate/NSTimeZone+Coordinate.h b/NSTimeZone+Coordinate/NSTimeZone+Coordinate.h index c7aa0ee..44ee03c 100644 --- a/NSTimeZone+Coordinate/NSTimeZone+Coordinate.h +++ b/NSTimeZone+Coordinate/NSTimeZone+Coordinate.h @@ -10,6 +10,7 @@ @interface NSTimeZone (Coordinate) +/** Coordinate for the largest populated place within the given time zone. */ @property (readonly) CLLocationCoordinate2D coordinate; @end