Was getting ‘class has no selector alloc’ method error when I wrote
1 2 3 | |
It is because I did not make MyClass a subclass of NSObject
Was getting ‘class has no selector alloc’ method error when I wrote
1 2 3 | |
It is because I did not make MyClass a subclass of NSObject