luxlabs header browser preview


@class NSString, NSDateComponents, NSDate;

@interface HFCalendarEventBuilder : HFEventBuilder <HFTimeEventBuilder>

@property (copy, nonatomic) NSDate *fireDate;
@property (copy, nonatomic) NSDateComponents *fireTimeComponents;
@property (readonly, nonatomic) NSDate *effectiveFireDate;
@property (readonly) unsigned long long hash;
@property (readonly) Class superclass;
@property (readonly, copy) NSString *description;
@property (readonly, copy) NSString *debugDescription;

- (id)performValidation;
- (id)initWithEvent:(id)a0;
- (id)eventType;
- (void).cxx_destruct;
- (id)naturalLanguageNameWithOptions:(id)a0;
- (id)buildNewEventsFromCurrentState;
- (id)naturalLanguageNameOfType:(unsigned long long)a0 withHome:(id)a1 recurrences:(id)a2;
- (id)naturalLanguageNameWithOptions:(id)a0 recurrences:(id)a1;
- (id)_fireDateForTimeComponents:(id)a0;
- (id)compareToObject:(id)a0;
- (id)comparisonKey;
- (id)effectiveFireTimeComponents;
- (void)updateBaseFireDateForTrigger;

@end