luxlabs header browser preview


@interface NotesAssistantUtilities : NSObject

+ (id)folderForGroupName:(id)a0 withNoteContext:(id)a1 htmlNoteContext:(id)a2;
+ (id)folderOptionsForModernContext:(id)a0 htmlContext:(id)a1;
+ (id)legacyFolderForGroupName:(id)a0 withContext:(id)a1;
+ (id)modernFolderForGroupName:(id)a0 withContext:(id)a1;
+ (id)objectForIDURL:(id)a0 inContext:(id)a1;

@end