Finalize Bindings
This commit is contained in:
@@ -4646,7 +4646,7 @@ extension Clang
|
||||
*/
|
||||
[AllowDuplicates] public enum CXObjCPropertyAttrKind : c_int {
|
||||
noattr = 0x00,
|
||||
readonly = 0x01,
|
||||
@readonly = 0x01,
|
||||
getter = 0x02,
|
||||
assign = 0x04,
|
||||
readwrite = 0x08,
|
||||
@@ -4658,7 +4658,7 @@ extension Clang
|
||||
weak = 0x200,
|
||||
strong = 0x400,
|
||||
unsafe_unretained = 0x800,
|
||||
class = 0x1000,
|
||||
@class = 0x1000,
|
||||
}
|
||||
|
||||
extension Clang
|
||||
|
||||
Reference in New Issue
Block a user