0

I come from a Cocoa background, so I'm familiar with how Objective-j should work.

When I create a custom object, seen here:

https://gist.github.com/800413

I get a parse error, any ideas?

christo16
  • 4,843
  • 5
  • 42
  • 53

1 Answers1

1

My guess is the missing space between alloc] and init on line 25.

Ross Boucher
  • 704
  • 2
  • 6
  • 10