0

I have a Utility class which contains a static method, which can be called from anywhere in the code. Inside the Utility method, is there a way to get a reference of the calling Object. Eg:

//Utility class method
+ (void) doA {
       // something similar to _sender.doB
}
Amarsh
  • 11,214
  • 18
  • 53
  • 78

0 Answers0