luxlabs header browser preview


@class CADObjectID;

@interface CADExpandedNotification : CADNotification

@property (retain, nonatomic) CADObjectID *attendeeObjectID;

- (void).cxx_destruct;
- (BOOL)expanded;
- (id)initWithType:(int)a0 objectID:(id)a1 occurrenceDate:(double)a2 expirationDate:(double)a3 attendeeObjectID:(id)a4;

@end