rename `NativeString` to `CString`
[nit.git] / lib / ios / ios.nit
index 4fd1d24..b7ad962 100644 (file)
@@ -31,7 +31,7 @@ redef class NSString
        private fun nslog in "ObjC" `{ NSLog(@"%@", self); `}
 end
 
-redef class NativeString
+redef class CString
        # FIXME temp workaround for #1945, bypass Unicode checks
        redef fun char_at(pos) do return self[pos].ascii
 end