I have added all files into my Swift Project (CryptLib.h/CryptLib.m/NSData+Base64.h/NSData+Base64.m) and also I have added <UIKit/UIKit.h> to all .h files. Some errors gone but I can not use this class inside my swift classes.
I'd appreciate if anyone could provide some examples in SWIFT cause most of programmers are using SWIFT nowadays.
I have added all files into my Swift Project (CryptLib.h/CryptLib.m/NSData+Base64.h/NSData+Base64.m) and also I have added <UIKit/UIKit.h> to all .h files. Some errors gone but I can not use this class inside my swift classes.
I'd appreciate if anyone could provide some examples in SWIFT cause most of programmers are using SWIFT nowadays.
Thanks...