mirror of
https://github.com/viq/NewsBlur.git
synced 2025-08-05 16:49:45 +00:00
14 lines
238 B
C
14 lines
238 B
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
|