14 lines
233 B
Objective-C
14 lines
233 B
Objective-C
//
|
|
// ConjugatedVerbTableView.h
|
|
// Espagram
|
|
//
|
|
// Created by Abel Fokkinga on 11/8/12.
|
|
// Copyright (c) 2012 Abel Fokkinga. All rights reserved.
|
|
//
|
|
|
|
#import <UIKit/UIKit.h>
|
|
|
|
@interface ConjugatedVerbTableView : UITableView
|
|
|
|
@end
|