public static boolean addMethodByID(ID cls, Pointer selectorName, ID impl, String types) {
   return myFoundationLibrary.class_addMethod(cls, selectorName, impl, types);
 }