Objective -C classes should derive from NSObject directly or indirectly. Use @interface to declare that the class conforms to protocols. @interface ClassName : ...
確定! 回上一頁