dart-native / codegen

Generator for dart_native bindings. Codegen can transform native SDK to Flutter plugin.
BSD 3-Clause "New" or "Revised" License
79 stars 3 forks source link

Objective-C/C enum #13

Closed yulingtianxia closed 4 years ago

yulingtianxia commented 4 years ago

场景:

enum {
    aa = 0,
} API_UNAVAILABLE(ios);

typedef enum aaaa : NSUInteger {
    a,
    b,
    c,
} MyEnum API_UNAVAILABLE(macos);