Files
GSFV2/ios/Classes/ICMapKey.swift
2024-04-10 12:51:20 +05:30

35 lines
707 B
Swift

//
// ICMapKey.swift
// flutter_swift
//
// Created by on 2022/10/8.
//
struct ICMapKey{
static let Method = "Method";
static let Mac = "Mac";
static let Password = "Password";
static let SSID = "SSID";
static let DstId = "DstId";
static let StNo = "StNo";
static let JsonValue = "JsonValue";
static let JsonValue2 = "JsonValue2";
static let EnumName = "EnumName";
static let BoolValue = "BoolValue";
static let ObjectValue = "ObjectValue";
static let IntValue = "IntValue";
static let ResultValue = "ResultValue";
static let StringValue = "StringValue";
}