mirror of
https://github.com/viq/NewsBlur.git
synced 2025-08-31 22:20:12 +00:00
13 lines
238 B
Objective-C
13 lines
238 B
Objective-C
//
|
|
// MoveSiteViewController.h
|
|
// NewsBlur
|
|
//
|
|
// Created by Samuel Clay on 12/2/11.
|
|
// Copyright (c) 2011 NewsBlur. All rights reserved.
|
|
//
|
|
|
|
#import "BaseViewController.h"
|
|
|
|
@interface MoveSiteViewController : BaseViewController
|
|
|
|
@end
|