2023-11-03 13:31:39 +00:00
|
|
|
// This file Copyright © Transmission authors and contributors.
|
2023-06-27 19:40:44 +00:00
|
|
|
// It may be used under the MIT (SPDX: MIT) license.
|
|
|
|
// License text can be found in the licenses/ folder.
|
|
|
|
|
2023-09-02 01:41:03 +00:00
|
|
|
#import "TorrentCell.h"
|
2023-06-27 19:40:44 +00:00
|
|
|
|
2023-09-02 01:41:03 +00:00
|
|
|
@interface SmallTorrentCell : TorrentCell
|
2023-06-27 19:40:44 +00:00
|
|
|
|
|
|
|
@end
|