Objective C in New job #print

Mario tsai
Sep 3, 2021

Big company has lots of ObjC code

Swfit -> ObjC

/##Swift

var name:String = Mario

print(name)

/## ObjC

@interface ViewController ()

@property (nonatomic, strong) NSString* userName;

@end

@implementation ViewController

NSLog(@”%@”, self.userName);

@end

--

--

Mario tsai

Major in physical education. Football referee. And high interest in looking the world through the numbers.