2 // VoucherContentSysctl.hpp
5 // Created by James McIlree on 4/29/14.
9 #ifndef __system_cmds__VoucherContentSysctl__
10 #define __system_cmds__VoucherContentSysctl__
13 // This class is used to manage the voucher contents sysctl
14 class VoucherContentSysctl {
20 VoucherContentSysctl(bool is_enabled);
21 ~VoucherContentSysctl();
24 #endif /* defined(__system_cmds__VoucherContentSysctl__) */