luxlabs header browser preview


@class NSString;

@interface PhotosUICore.PhotosDetailsNoLocationSearchResult : NSObject <PXPhotosDetailsLocationSearchResult> {
    void /* unknown type, empty encoding */ id;
    void /* unknown type, empty encoding */ title;
    void /* unknown type, empty encoding */ subtitle;
    void /* unknown type, empty encoding */ image;
    void /* unknown type, empty encoding */ imageColor;
}

@property (nonatomic, readonly) NSString *title;
@property (nonatomic, readonly) NSString *subtitle;

- (id)init;
- (void).cxx_destruct;

@end