mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-01-17 19:18:06 +00:00
13 lines
215 B
Objective-C
13 lines
215 B
Objective-C
//
|
|
// InAppProductsTableViewController.h
|
|
// linphone
|
|
//
|
|
// Created by Gautier Pelloux-Prayer on 16/04/15.
|
|
//
|
|
//
|
|
|
|
#import <UIKit/UIKit.h>
|
|
|
|
@interface InAppProductsTableViewController : UITableViewController
|
|
|
|
@end
|