Skip to content

Commit

Permalink
Update UserGroupViewController.swift
Browse files Browse the repository at this point in the history
  • Loading branch information
Stephen Sowole committed May 7, 2019
1 parent c76ae09 commit 2736468
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

import UIKit

class UserGroupViewController: UITableViewController, PanModalPresentable, UIGestureRecognizerDelegate {
class UserGroupViewController: UITableViewController, PanModalPresentable {

let members: [UserGroupMemberPresentable] = [
UserGroupMemberPresentable(name: "Naida Schill ✈️", role: "Staff Engineer - Mobile DevXP", avatarBackgroundColor: #colorLiteral(red: 0.7215686275, green: 0.9098039216, blue: 0.5607843137, alpha: 1)),
Expand Down

0 comments on commit 2736468

Please sign in to comment.