CPF/CPF.Mac/Mac/Foundation/NSPropertyListFormat.cs
2023-11-21 23:05:03 +08:00

10 lines
131 B
C#

namespace CPF.Mac.Foundation
{
public enum NSPropertyListFormat : ulong
{
OpenStep = 1uL,
Xml = 100uL,
Binary = 200uL
}
}