luxlabs header browser preview


@class CRContext;

@interface NotesShared.ICSystemPaperDocument : NSObject {
    void /* unknown type, empty encoding */ attachment;
}

@property (nonatomic, readonly) CRContext *coherenceContext;

+ (id)assetsDirectoryAt:(id)a0;
+ (void)closeContextForNote:(id)a0;
+ (id)databaseDirectoryAt:(id)a0;

- (id)init;
- (void).cxx_destruct;
- (id)initWithPaperAttachment:(id)a0;
- (id)archiveBundleForSyncAndReturnError:(id *)a0;
- (BOOL)copyAndArchivePaperBundleTo:(id)a0 error:(id *)a1;
- (BOOL)restorePaperBundleFrom:(id)a0 error:(id *)a1;
- (void)toFallbackPDFDataWithCompletion:(id /* block */)a0;
- (BOOL)writeNewVersionFromSyncArchive:(id)a0 error:(id *)a1;

@end