// // LoadingFriendCollectionViewCell.swift // GetHip // // Created by Okechi on 2/9/16. // Copyright (c) 2016 Kroleo. All rights reserved. // import UIKit class InvitedCollectionViewCell: UICollectionViewCell { @IBOutlet var friendImage: UIImageView! }