2.1.0
Avoids double namespacing of types used by APNSwiftPayload
. Since they are already namespaced, they have been made top-level types.
let alert = APNSwiftAlert...
let soundDictionary = APNSSoundDictionary...
let soundType = APNSwiftSoundType...
let payload = APNSwiftPayload...