MulleObjCRuntimeObject

The MulleObjCRuntimeObject protocol defines the core runtime functionality for objects in mulle-objc. This is the base protocol that all objects must implement.

Required Methods

Object Information

Message Sending

Protocol Support

Thread Safety

Helper Functions

Important Notes

  1. Core Protocol
  2. Thread Safety
  3. Best Practices
  4. Performance

Note: This protocol provides the minimal runtime functionality required for all objects in mulle-objc. It is typically implemented by root classes like NSObject.