// // Created by miti on 2019-12-28. // #include "MainLogic.h" int MainLogic::deployment_stage() { return 0; } int MainLogic::decrypt_values(std::vector &base64_fields, std::vector &plaintext_fields) { return 0; } int MainLogic::get_mitigator_header(std::string header_value, int *value_length) { return 0; }