Oh, I have no problem with having to load it. I assumed that I
would have
to, and it looks like once I do, I'll be up and running. Thanks to
everyone
for the quick replies!
Just in case you're not aware: There's a +load method that gets
called on every class when it's loaded. If you want this list so you
can register certain classes with a central registry, it might be
more elgant, efficient and easier to just have a +load method that
adds [self class] to your registry.