What is .h and .m file in xcode?
Answer / Satyendra Pal Singh
In Xcode, .h (header) files contain interface declarations for classes and protocols, while .m (implementation) files contain the implementation of these interfaces.
| Is This Answer Correct ? | 0 Yes | 0 No |
How to restart app in objective c?
How to create uibutton programmatically in objective c?
What is a process and thread?
Explain how to call a function in objective-c?
What is difference between extern and global?
Can we have multiple uiwindows in ios?
What is an nsobject?
What can objective c be used for?
What is the purpose of managed object context (nsmanagedobjectcontext) in objective-c and how does it work?
What is synchronized() block in objective c?
How do I add objective c to swift project?
What is the difference between polymorphism and abstraction?