#import @interface TestClass : NSObject @end @implementation TestClass - (void)foo { previewViewController.previewControllerDelegate = (id) [TestClass sharedInstance]; } @end