@protocol MTAccountEventHandlerDelegate; @interface MTAccountEventHandler : MTStandardEventHandler @property (weak, nonatomic) id delegate; - (id)eventType; - (id)knownFields; - (id)eventVersion:(id)a0; - (id)type:(id)a0; @end