google / eDistantObject

eDistantObject (eDO) - Remote invocation library for iOS
Apache License 2.0
176 stars 36 forks source link

Add warning message to `isKindOfClass:`. #187

Closed mobile-devx-github-bot closed 4 years ago

mobile-devx-github-bot commented 4 years ago

Add warning message to isKindOfClass:.

If the class object doesn't belong to the process of the callee object, the result will always be NO. For now, we print warning for this case, so developer may have chance to notice this if this is not the desired result.