12 lines
195 B
C#
12 lines
195 B
C#
using System;
|
|
using Cpp2IlInjected;
|
|
|
|
namespace UnityEngine.UI
|
|
{
|
|
// Token: 0x02000048 RID: 72
|
|
[Token(Token = "0x2000022")]
|
|
public interface ILayoutSelfController : ILayoutController
|
|
{
|
|
}
|
|
}
|