mirror of
https://gitee.com/csharpui/CPF.git
synced 2025-09-22 12:09:35 +08:00
初始化
This commit is contained in:
11
CPF.Mac/Mac/Foundation/NSFileWrapperWritingOptions.cs
Normal file
11
CPF.Mac/Mac/Foundation/NSFileWrapperWritingOptions.cs
Normal file
@@ -0,0 +1,11 @@
|
||||
using System;
|
||||
|
||||
namespace CPF.Mac.Foundation
|
||||
{
|
||||
[Flags]
|
||||
public enum NSFileWrapperWritingOptions : ulong
|
||||
{
|
||||
Atomic = 0x1,
|
||||
WithNameUpdating = 0x2
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user