Create a class, which will be a subclass of some other class. The superclass can be changed at any point later with only a little cost in compilation time. If you don't know what class to use as the superclass, choose Object as a good default.
Object