luxlabs header browser preview


@class NSString, UIActivityIndicatorView;

@interface EKCalendarPublishingEditItem : EKCalendarEditItem <CalendarPublishingActivityDelegate> {
    UIActivityIndicatorView *_spinner;
}

@property (nonatomic) BOOL published;
@property (readonly) unsigned long long hash;
@property (readonly) Class superclass;
@property (readonly, copy) NSString *description;
@property (readonly, copy) NSString *debugDescription;

- (id)cellForSubitemAtIndex:(unsigned long long)a0;
- (void)reset;
- (double)defaultCellHeightForSubitemAtIndex:(unsigned long long)a0 forWidth:(double)a1;
- (unsigned long long)numberOfSubitems;
- (void).cxx_destruct;
- (id)footerTitle;
- (void)messageComposeViewController:(id)a0 didFinishWithResult:(long long)a1;
- (void)mailComposeController:(id)a0 didFinishWithResult:(long long)a1 error:(id)a2;
- (void)_publishChanged:(id)a0;
- (void)calendarEditor:(id)a0 didSelectSubitem:(unsigned long long)a1;
- (id)calendarTitle;
- (BOOL)configureWithCalendar:(id)a0;
- (id)pubishURL;

@end