luxlabs header browser preview


@protocol ECIMAPLocalActionReplayerDelegate, ECIMAPServerInterface;

@interface ECIMAPFlagChangeActionReplayer : ECLocalActionReplayer <ECIMAPLocalActionReplayer>

@property (weak, nonatomic) id<ECIMAPLocalActionReplayerDelegate> delegate;
@property (retain, nonatomic) id<ECIMAPServerInterface> serverInterface;

- (void).cxx_destruct;
- (id)replayAction;

@end