luxlabs header browser preview


@class NSString;

@interface CUIKUserActivityRemindersListCategory : CUIKUserActivityWithSource {
    NSString *_title;
    NSString *_externalID;
    BOOL _predictable;
}

- (id)initWithRemindersList:(id)a0 forceLocal:(BOOL)a1;
- (id)dictionary;
- (BOOL)_isMatchForRemindersList:(id)a0;
- (id)initWithRemindersList:(id)a0;
- (id)initWithDictionary:(id)a0;
- (void).cxx_destruct;
- (void)updateActivity:(id)a0;
- (id)remindersListFromStore:(id)a0;

@end