answersLogoWhite

0

IMP is a pointer to a function returning an id and taking following parametres 1) id 2) SEL 3) variable arguments ... for eg; typedef id (*IMP)(id self,SEL ,...); IMP is used to call the objective c functions at runtime. To get an imp use the syntax : IMP myImp = [myObject methodFor:mySel];

User Avatar

Wiki User

16y ago

What else can I help you with?