Swift Programming – File difference between Objective-C and Swift
Continue Swift Programming- Hello Swift , we create a "Hello Objective-C" Application to compare the difference between Swift and Objective-C
Below is Objective-C Application file structure
Below is Swift Application file structure
The differences have
1. No header file (*.h)
2. the C file (*.m) has changed to Swift file (*.swift)