@class NSDate; @interface NPLocation : NSObject @property (class, readonly) BOOL supportsSecureCoding; @property (readonly) BOOL isValid; @property double latitude; @property double longtitude; @property (retain, nonatomic) NSDate *timestamp; - (void)encodeWithCoder:(id)a0; - (id)description; - (void).cxx_destruct; - (id)initWithCoder:(id)a0; - (id)copyWithZone:(struct _NSZone { } *)a0; - (id)initWithLatitude:(double)a0 longtitude:(double)a1 timestamp:(id)a2; @end