![]() |
|
|
|
Thread Tools | Display Modes |
|
(#6)
|
|
|
Member
Posts: 306
Join Date: 2009.03
Location: Dallas,USA
|
2010.02.04, 11:24 AM
You could also just have a static function that calls the shared objects function
then you would just do [StaticLib func:@"abc"]; which in there it does +(void) func:(NSString*)var{ [_singleton internalFunc:var]; } |
|
|
|
| Thread Tools | |
| Display Modes | |
|
|