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

12 lines
144 B
C#

namespace CPF.Mac.AppKit
{
public enum NSImageLoadStatus : ulong
{
Completed,
Cancelled,
InvalidData,
UnexpectedEOF,
ReadError
}
}