iOS web browser with a focus on security and privacy
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

at master 13 lines 238 B view raw
1/* 2 * Endless 3 * Copyright (c) 2018 joshua stein <jcs@jcs.org> 4 * 5 * See LICENSE file for redistribution terms. 6 */ 7 8#import <UIKit/UIKit.h> 9#import <Social/Social.h> 10 11@interface ShareViewController : SLComposeServiceViewController 12 13@end