luxlabs header browser preview


@class TSWPChangeSession;

@interface TSWPTestChangeSessionManager : NSObject <TSWPChangeSessionManager> {
    TSWPChangeSession *_currentSession;
}

@property (readonly, nonatomic) BOOL isTrackingChanges;

- (void)dealloc;
- (id)initWithContext:(id)a0;
- (id)changeSessionAuthorCreatedWithCommand:(id *)a0;
- (void)startNewChangeSessionIfNecessaryGettingInsertAuthorCommand:(id *)a0;

@end