#pragma once
#include <stdint.h>

struct IAPRetEQSettingCountPayload {
    uint8_t count;
} __attribute__((packed));
