session-ios/SessionMessagingKit/Common Networking/UpdateTypes.swift

8 lines
135 B
Swift

// Copyright © 2022 Rangeproof Pty Ltd. All rights reserved.
import Foundation
enum UpdateTypes: String {
case reaction = "r"
}