Procházet zdrojové kódy

VLCStreamingHistoryCell: Add renameStream to header

This silences a undeclared selector warning.
Soomin Lee před 5 roky
rodič
revize
f768bf17c6
1 změnil soubory, kde provedl 1 přidání a 0 odebrání
  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