Explorar o código

VLCStreamingHistoryCell: Add renameStream to header

This silences a undeclared selector warning.
Soomin Lee %!s(int64=5) %!d(string=hai) anos
pai
achega
f768bf17c6
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  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