luxlabs header browser preview


@class NSMutableDictionary;

@interface SCLDailySchedule : SCLSchedule

@property (retain, nonatomic) NSMutableDictionary *dayMap;

+ (BOOL)supportsSecureCoding;

- (id)init;
- (unsigned long long)hash;
- (void)encodeWithCoder:(id)a0;
- (void).cxx_destruct;
- (id)debugDescription;
- (BOOL)isEqual:(id)a0;
- (id)mutableCopyWithZone:(struct _NSZone { } *)a0;
- (id)initWithCoder:(id)a0;
- (id)copyWithZone:(struct _NSZone { } *)a0;
- (id)recurrences;
- (id)scheduleForDay:(long long)a0;
- (id)endTimeForDay:(long long)a0;
- (id)initWithSchedule:(id)a0;
- (id)startTimeForDay:(long long)a0;

@end