際際滷shows by User: waqasarshid / http://www.slideshare.net/images/logo.gif 際際滷shows by User: waqasarshid / 際際滷Share feed for 際際滷shows by User: waqasarshid https://cdn.slidesharecdn.com/profile-photo-waqasarshid-48x48.jpg?cb=1523548719 @interface Waqas : Human { BOOL glasses; int geekiness; } @implementation Waqas -(id) init { self = [super init]; if (self) { glasses = YES; geekiness = 9001; } }