14 lines
290 B
C
14 lines
290 B
C
|
//
|
||
|
// OPMainViewController.h
|
||
|
// OnePassword
|
||
|
//
|
||
|
// Created by Maarten Billemont on 24/11/11.
|
||
|
// Copyright (c) 2011 Lyndir. All rights reserved.
|
||
|
//
|
||
|
|
||
|
@interface OPMainViewController : UITableViewController
|
||
|
|
||
|
@property (strong, nonatomic) NSManagedObjectContext *managedObjectContext;
|
||
|
|
||
|
@end
|