Welcome to the Treehouse Community

Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.

Looking to learn something new?

Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.

Start your free trial

iOS Objective-C Basics (Retired) Introduction to Objective-C Inheritance

I have no idea what to do here. Any ideas?

Since this doesn't have a "New File" button, I don't know what to do.

2 Answers

Stone Preston
Stone Preston
42,016 Points

what task are on? all the files you need have already been created and they are in the tabs at the top of the editor. you can switch between them to edit them.

task 1 states ** Let's create a base class called 'Gem'. In 'Gem.h' define a class named 'Gem' which is a subclass of 'NSObject'.**

so you would switch to Gem.h and add the class header with the necessary subclass.

I've already finished, so I'm fine.