Sfoglia il codice sorgente

VLCStreamingHistoryCell: Add renameStream to header

This silences a undeclared selector warning.
Soomin Lee 5 anni fa
parent
commit
f768bf17c6
1 ha cambiato i file con 1 aggiunte e 0 eliminazioni
  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