mirror of
https://github.com/samuelclay/NewsBlur.git
synced 2025-08-31 21:41:33 +00:00
13 lines
185 B
Objective-C
Executable file
13 lines
185 B
Objective-C
Executable file
//
|
|
// OSKEmailActivity.h
|
|
// Overshare
|
|
//
|
|
//
|
|
// Copyright (c) 2013 Overshare Kit. All rights reserved.
|
|
//
|
|
|
|
#import "OSKActivity.h"
|
|
|
|
@interface OSKEmailActivity : OSKActivity
|
|
|
|
@end
|