mirror of
https://github.com/wu736139669/ManagerDemo.git
synced 2026-08-05 05:55:42 +00:00
14 lines
226 B
Objective-C
14 lines
226 B
Objective-C
//
|
|
// DTCoreTextTableViewCell.h
|
|
// ManagerDemo
|
|
//
|
|
// Created by xmfish on 14-8-26.
|
|
// Copyright (c) 2014年 ash. All rights reserved.
|
|
//
|
|
|
|
#import <UIKit/UIKit.h>
|
|
|
|
@interface DTCoreTextTableViewCell : UITableViewCell
|
|
|
|
@end
|