]> git.saurik.com Git - apple/security.git/blob - SharedWebCredentialViewService/SWCViewController.h
9b047a7ddc370174dcd687f281905bf8e952daad
[apple/security.git] / SharedWebCredentialViewService / SWCViewController.h
1 //
2 // SWCViewController.h
3 // SharedWebCredentialViewService
4 //
5 // Copyright (c) 2014 Apple Inc. All Rights Reserved.
6 //
7
8 #import <UIKit/UIKit.h>
9 #if !TARGET_OS_TV
10 #import <SpringBoardUIServices/SBSUIRemoteAlertItemContentViewController.h>
11 #endif
12
13 @interface SWCViewController : SBSUIRemoteAlertItemContentViewController <UITableViewDelegate, UITableViewDataSource>
14
15 @end