1234567891011121314151617181920212223242526272829303132333435 |
- #import "XLFormViewController.h"
- #import "XLForm.h"
- #import "BKPasscodeViewController.h"
- #import "OCNetworking.h"
- @class NCEndToEndInitialize;
- @interface NCManageEndToEndEncryption : XLFormViewController <BKPasscodeViewControllerDelegate, OCNetworkingDelegate>
- @property (nonatomic, strong) NCEndToEndInitialize *endToEndInitialize;
- @end
|