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