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