mirror of
https://gitee.com/csharpui/CPF.git
synced 2025-09-20 02:29:48 +08:00
12 lines
144 B
C#
12 lines
144 B
C#
![]() |
namespace CPF.Mac.AppKit
|
||
|
{
|
||
|
public enum NSImageLoadStatus : ulong
|
||
|
{
|
||
|
Completed,
|
||
|
Cancelled,
|
||
|
InvalidData,
|
||
|
UnexpectedEOF,
|
||
|
ReadError
|
||
|
}
|
||
|
}
|