@import Foundation; @interface NSObject (Secrets) - (void)secretMethod; @end @interface SecretClass : NSObject @end