blob: 93372be15cce9c095c56584b2acc9e201f610cd9 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
//
// ConnectionIAPTableViewController.h
// SmartDeviceLink-iOS
//
// Created by Joel Fischer on 2/13/15.
// Copyright (c) 2015 smartdevicelink. All rights reserved.
//
#import <UIKit/UIKit.h>
@interface ConnectionIAPTableViewController : UITableViewController
@end
|