Update README.md

This commit is contained in:
Jungpyo Hong 2021-07-11 22:37:45 -05:00 committed by GitHub
parent 9fe0ed4456
commit 9f6dfed460
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1704,6 +1704,10 @@ Here are some useful website that you can study about simple concept of Obj-C!!
[Learn Objective-C in 24 Days](https://www.binpress.com/learn-objective-c-24-days/)
<p align="right">
<a href="#-content">Back to Content</a>
</p>
## Bridging Header
Bridging header means access classes and other declarations from your Objective-C code in Swift.