Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 
avatar of Ravi

Ravi

Ravi has asked 2 questions and find answers to 6 problems.

Stats

170
EtPoint
53
Vote count
2
questions
6
answers

About

UIHuman * ravikiran  = [[UIHuman alloc]initWithFrame:CGRectMake(0,0,1ft,5.7ft)];
ravikiran.gender     = UIHumanGender.Male;
ravikiran.profession = UIHumanProfession.iPhoneAppDeveloper;
ravikiran.location   = [NSPlace placeFromString:@“Hyderabad,India”];