#pragma once
#include <stdint.h>

struct IAPRetUserIndexPayload {
    uint8_t user_index;
} __attribute__((packed));
