/ ISACLProtectedItems / ISProtectedItemsController.h
ISProtectedItemsController.h
1 // 2 // ISProtectedItemsController.h 3 // ISACLProtectedItems 4 // 5 // Copyright (c) 2014 Apple. All rights reserved. 6 // 7 8 // rdar://problem/21142814 9 // Remove the "pop" below too when the code is changed to not use the deprecated interface 10 #pragma clang diagnostic push 11 #pragma clang diagnostic warning "-Wdeprecated-declarations" 12 13 #import <Preferences/Preferences.h> 14 15 #pragma clang diagnostic pop 16 17 @interface ISProtectedItemsController : PSListController 18 19 @end