2 // ISProtectedItemsController.h
5 // Copyright (c) 2014 Apple. All rights reserved.
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"
13 #import <Preferences/Preferences.h>
15 #pragma clang diagnostic pop
17 @interface ISProtectedItemsController
: PSListController