Преглед на файлове

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