wxr
2022-06-09 bd68f0a389e4e47b108749afea26a4eb5418e31b
1
2
3
4
5
6
7
8
9
10
11
12
13
using System;
 
namespace Shared
{
    [System.Serializable]
    public class AppAttribute
    {
        public AppAttribute ()
        {
        }
 
    }
}