mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-08 00:38:39 +09:00
14 lines
328 B
C
14 lines
328 B
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
|