<?php

namespace NotificationChannels\Apn;

enum ApnMessagePriority
{
    case Low;
    case High;
}
