I have a method that receives a NSArray of Class objects and I need to check if they all are Class type generated with the code bellow
NSArray
Class
Update: In iOS 8+ or OS X 10.10+, you can just do:
object_isClass(obj)
(You will need to #import .)
#import