luxlabs header browser preview


@class NSString, NSDate;

@interface SSNewsResultBuilder : SSResultBuilder

@property (retain, nonatomic) NSDate *publishedDate;
@property (retain, nonatomic) NSString *title;
@property (retain, nonatomic) NSString *newsSource;

+ (id)bundleId;
+ (BOOL)isCoreSpotlightResult;
+ (id)newsFootnoteWithNewsSource:(id)a0 publishedDate:(id)a1;

- (id)initWithResult:(id)a0;
- (void).cxx_destruct;
- (id)buildDescriptions;
- (id)buildInlineCardSection;

@end