|
using System;
|
|
using System.Collections.Generic;
|
|
using System.Linq;
|
|
using System.Text;
|
|
using System.Threading.Tasks;
|
|
|
|
namespace YuanXuan.IM.Common.Configs
|
|
{
|
|
public class UpAppVersionConfig
|
|
{
|
|
/// <summary>
|
|
/// IOS链接
|
|
/// </summary>
|
|
public string IOSUrl { get; set; }
|
|
}
|
|
}
|