]> git.saurik.com Git - cydia.git/blobdiff - CyteKit/IndirectDelegate.h
Move some of our clearly shared code into CyteKit.
[cydia.git] / CyteKit / IndirectDelegate.h
index 5a1bac3bd2200700bb16f441baccc6a233d306b5..ae698cbebde7a8ff71c985eb0637c1f3b425f086 100644 (file)
@@ -1,5 +1,5 @@
 /* Cydia - iPhone UIKit Front-End for Debian APT
- * Copyright (C) 2008-2014  Jay Freeman (saurik)
+ * Copyright (C) 2008-2015  Jay Freeman (saurik)
 */
 
 /* GNU General Public License, Version 3 {{{ */
@@ -22,6 +22,8 @@
 #ifndef CyteKit_IndirectDelegate_H
 #define CyteKit_IndirectDelegate_H
 
+#include <Foundation/Foundation.h>
+
 @interface IndirectDelegate : NSObject {
     _transient volatile id delegate_;
 }