#pragma once
#include <stdint.h>

struct IAPRetNumEQProfilesPayload {
    uint32_t count;
} __attribute__((packed));
