@protocol ECIMAPLocalActionReplayerDelegate, ECIMAPServerInterface; @interface ECIMAPFlagChangeUndownloadedActionReplayer : ECLocalActionReplayer @property (weak, nonatomic) id delegate; @property (retain, nonatomic) id serverInterface; - (void).cxx_destruct; - (id)replayAction; @end