mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-01 05:18:38 +09:00
14 lines
328 B
Objective-C
14 lines
328 B
Objective-C
//
|
|
// ViewController.h
|
|
// SWTableViewCell
|
|
//
|
|
// Created by Chris Wendel on 9/10/13.
|
|
// Copyright (c) 2013 Chris Wendel. All rights reserved.
|
|
//
|
|
|
|
#import <UIKit/UIKit.h>
|
|
#import "SWTableViewCell.h"
|
|
|
|
@interface ViewController : UITableViewController <UITableViewDelegate, UITableViewDataSource, SWTableViewCellDelegate>
|
|
|
|
@end
|