contrib/objcwrapper: add some common special types
[nit.git] / contrib / objcwrapper / src / objc_generator.nit
index 6ca50a2..fb9e4ab 100644 (file)
@@ -59,6 +59,10 @@ redef class Sys
                types["NSUInteger"] = "Int"
                types["BOOL"] = "Bool"
                types["id"] = "NSObject"
+               types["constid"] = "NSObject"
+               types["SEL"] = "NSObject"
+               types["void"] = "Pointer"
+
                return types
        end
 end