浏览代码

VLCStreamingHistoryCell: Add renameStream to header

This silences a undeclared selector warning.
Soomin Lee 5 年之前
父节点
当前提交
f768bf17c6
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      Sources/VLCStreamingHistoryCell.h

+ 1 - 0
Sources/VLCStreamingHistoryCell.h

@@ -20,6 +20,7 @@
 
 @property (weak, nonatomic) id<VLCStreamingHistoryCellMenuItemProtocol> delegate;
 
+- (void)renameStream:(id)sender;
 - (void)customizeAppearance;
 
 @end