forked from mirrors/linphone-iphone
13 lines
177 B
Objective-C
13 lines
177 B
Objective-C
//
|
|
// ShopTableView.h
|
|
// linphone
|
|
//
|
|
// Created by Gautier Pelloux-Prayer on 30/08/16.
|
|
//
|
|
//
|
|
|
|
#import <UIKit/UIKit.h>
|
|
|
|
@interface ShopTableView : UITableViewController
|
|
|
|
@end
|