mirror of https://github.com/perkeep/perkeep.git
14 lines
236 B
C
14 lines
236 B
C
|
//
|
||
|
// LAViewController.h
|
||
|
// photobackup
|
||
|
//
|
||
|
// Created by Nick O'Neill on 10/20/13.
|
||
|
// Copyright (c) 2013 The Camlistore Authors. All rights reserved.
|
||
|
//
|
||
|
|
||
|
#import <UIKit/UIKit.h>
|
||
|
|
||
|
@interface LAViewController : UIViewController
|
||
|
|
||
|
@end
|