PTSDFResultSnapshot

@interface PTSDFResultSnapshot : NSObject
{


}





- (PTSDFDocSnapshot*)CurrentState;
- (PTSDFDocSnapshot*)PreviousState;
- (BOOL)IsOk;
- (BOOL)IsNullTransition;
- (instancetype)initWithImpl: (void *)impl;
@end

Undocumented