mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-08 08:48:39 +09:00
Dactyloidae iOS initial commit
This commit is contained in:
parent
daa6179d22
commit
7154a0497e
2123 changed files with 197052 additions and 0 deletions
20
mobile/ios/ThirdParty/SWTableViewCell/UMTableViewCell.h
vendored
Normal file
20
mobile/ios/ThirdParty/SWTableViewCell/UMTableViewCell.h
vendored
Normal file
|
|
@ -0,0 +1,20 @@
|
|||
//
|
||||
// UMTableViewCell.h
|
||||
// SWTableViewCell
|
||||
//
|
||||
// Created by Matt Bowman on 12/2/13.
|
||||
// Copyright (c) 2013 Chris Wendel. All rights reserved.
|
||||
//
|
||||
|
||||
#import <UIKit/UIKit.h>
|
||||
#import "SWTableViewCell.h"
|
||||
|
||||
/*
|
||||
* Example of a custom cell built in Storyboard
|
||||
*/
|
||||
@interface UMTableViewCell : SWTableViewCell
|
||||
|
||||
@property (weak, nonatomic) IBOutlet UIImageView *image;
|
||||
@property (weak, nonatomic) IBOutlet UILabel *label;
|
||||
|
||||
@end
|
||||
Loading…
Add table
Add a link
Reference in a new issue