Skip to content
Advertisement

Tag: objective-c

class and extending interface in objective c

I know bit of ts and I am new to Objective C. I have a meeting param which I want to extend in meeting obj (MeetingConfig.h) file How can I do that? (right now I know there is redundant code) Also, I know I am mixing language but can someone tell me what would be the equivalence of this code

Advertisement