mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-08-31 11:58:40 +09:00
13 lines
216 B
Objective-C
13 lines
216 B
Objective-C
//
|
|
// UMTableViewCell.m
|
|
// SWTableViewCell
|
|
//
|
|
// Created by Matt Bowman on 12/2/13.
|
|
// Copyright (c) 2013 Chris Wendel. All rights reserved.
|
|
//
|
|
|
|
#import "UMTableViewCell.h"
|
|
|
|
@implementation UMTableViewCell
|
|
|
|
@end
|