#ifndef SOMEKIT_PRIVATE_H #define SOMEKIT_PRIVATE_H #import @interface A(Private) -(A*)privateTransform:(A*)input; @property (nonatomic) A* internalProperty; @end @protocol InternalProtocol @end #endif