Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 
avatar of Ravi

Ravi

Ravi has asked 1 questions and find answers to 5 problems.

Stats

154
EtPoint
52
Vote count
1
questions
5
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”];