If you are doing programming for a while, you have often heard of some weird keywords like open,public,internal,file-private and private. Before we dive into those keywords, we must know one important thing “Module”. module is just a bundle of code. single Xcode project/framework/bundle is considered as a single module. Even…
Read More