luxlabs header browser preview


@class NSArray, FMXPCTimer;
@protocol FMFSchedulerDelegate;

@interface FMFScheduler : NSObject

@property (retain, nonatomic) FMXPCTimer *timer;
@property (readonly, nonatomic) id<FMFSchedulerDelegate> delegate;
@property (retain, nonatomic) NSArray *schedules;
@property (readonly, nonatomic) NSArray *currentSchedules;

+ (id)_nextStartOrEndDateFrom:(id)a0 forSchedules:(id)a1;

- (void)_significantTimeChange:(id)a0;
- (void)scheduleTimerFired;
- (void)_updateScheduleTimer;
- (void)_registerForSignificantTimeChangeNotifications;
- (void).cxx_destruct;
- (id)initWithDelegate:(id)a0;

@end