diff options
author | Jay Freeman (saurik) <saurik@saurik.com> | 2017-03-04 23:38:20 -0800 |
---|---|---|
committer | Jay Freeman (saurik) <saurik@saurik.com> | 2017-03-04 23:38:20 -0800 |
commit | c2493c4ee87eb8c1acc4c5b9c9494653186e9765 (patch) | |
tree | 09fee833759cd4f0ced1dbe5c2b6003e3b3ada45 /CyteKit/CyteKit.h | |
parent | 35cd98c0a5a9e685cfb7589acc7cdecbd58b4b61 (diff) |
Move most of CydiaObject to CyteKit as CyteObject.
Diffstat (limited to 'CyteKit/CyteKit.h')
-rw-r--r-- | CyteKit/CyteKit.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/CyteKit/CyteKit.h b/CyteKit/CyteKit.h index 53cef3c..0bfba3c 100644 --- a/CyteKit/CyteKit.h +++ b/CyteKit/CyteKit.h @@ -23,6 +23,7 @@ #define CyteKit_CyteKit_H #include "CyteKit/Application.h" +#include "CyteKit/CyteObject.h" #include "CyteKit/NavigationController.h" #include "CyteKit/TableViewCell.h" #include "CyteKit/TabBarController.h" |