iphone - How to hide variables for distributed code -
So I have created some apps and are now trying my hand in creating a piece of iPhone code that others Their application question is that how will the user hide the data element in the object class header file (.h)? For example, it is not certain that people used IdealEleets but their H does not seem to define any data element:
#import & lt; UIKit / UIKit.h & gt; @ Class CLLocationManager; @class CLLocation; @Interface Fluari API: NSOBK {} // Miscellaneous Function Call @ and
With that header file, they also provide an assembly file (.a) containing some data elements in it Are there. How do they retain those data elements throughout the lifetime of the object without declaring it in .h file?
I am not sure that this is the case but the .h file is used only to create a single object, not many objects of the same class (fluariapi).
Any help would be greatly appreciated. Thanks
Take a look at this:
Comments
Post a Comment