12 lines
186 B
C#
12 lines
186 B
C#
using System;
|
|
using Cpp2IlInjected;
|
|
|
|
namespace UnityEngine.UI
|
|
{
|
|
// Token: 0x02000047 RID: 71
|
|
[Token(Token = "0x2000021")]
|
|
public interface ILayoutGroup : ILayoutController
|
|
{
|
|
}
|
|
}
|