forked from mirrors/NBTExplorer
13 lines
120 B
C#
13 lines
120 B
C#
|
using System;
|
||
|
|
||
|
namespace NBTExplorer.Mac
|
||
|
{
|
||
|
public class ImageAndTextCell
|
||
|
{
|
||
|
public ImageAndTextCell ()
|
||
|
{
|
||
|
}
|
||
|
}
|
||
|
}
|
||
|
|