This repository was archived by the owner on Jun 3, 2022. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +0
-10
lines changed Expand file tree Collapse file tree 2 files changed +0
-10
lines changed Original file line number Diff line number Diff line change @@ -34,9 +34,6 @@ NS_ASSUME_NONNULL_BEGIN
3434/* * Stops the current Remixer session. */
3535+ (void )stop ;
3636
37- /* * Sends an invitation to the web dashboard. */
38- + (void )sendEmailInvite ;
39-
4037/* * A unique session id. */
4138+ (NSString *)sessionId ;
4239
Original file line number Diff line number Diff line change @@ -91,9 +91,6 @@ - (void)viewDidLoad {
9191 [(UIButton *)item.leftBarButtonItem.customView addTarget: self
9292 action: @selector (dismissOverlay: )
9393 forControlEvents: UIControlEventTouchUpInside];
94- [(UIButton *)item.rightBarButtonItem.customView addTarget: self
95- action: @selector (sendEmailInvite: )
96- forControlEvents: UIControlEventTouchUpInside];
9794 _panGestureRecognizer =
9895 [[UIPanGestureRecognizer alloc ] initWithTarget: self action: @selector (didPan: )];
9996 _panGestureRecognizer.delegate = self;
@@ -228,10 +225,6 @@ - (void)reloadData {
228225 [self .view.tableView reloadData ];
229226}
230227
231- - (void )sendEmailInvite : (id )sender {
232- [RMXRemixer sendEmailInvite ];
233- }
234-
235228#pragma mark - UITableViewDataSource
236229
237230- (NSInteger )tableView : (UITableView *)tableView numberOfRowsInSection : (NSInteger )section {
You can’t perform that action at this time.
0 commit comments