9 #import <Foundation/Foundation.h> 12 @class LayoutManagerViewer;
14 @protocol DocumentManipulationDelegate <NSObject>
16 - (void)manipulationWillExecute;
17 - (void)manipulationDidExecute:(
bool)needEnable missingBinary:(
bool)isMissingBinary haveServerNodes:(
bool)isHaveServerNodes;
18 - (void)afterManipulationDidExecute;
19 - (LayoutManagerViewer*)layoutManagerViewer;
21 - (void)manipulationsApplied:(
BOOL)isNormalManipulation;
signed char BOOL
Definition: PDCwtypes.h:101
Definition: DSSCManipulation.h:20
Definition: DSSActionObject.h:17