10 lines
135 B
C#
10 lines
135 B
C#
using System;
|
|
|
|
namespace UnityEngine.UI
|
|
{
|
|
// Token: 0x02000097 RID: 151
|
|
public interface ILayoutGroup : ILayoutController
|
|
{
|
|
}
|
|
}
|