mirror of
https://github.com/oonyeje/Get-Hip.git
synced 2025-12-25 19:57:42 +00:00
17 lines
278 B
Swift
17 lines
278 B
Swift
//
|
|
// 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!
|
|
|
|
|
|
|
|
}
|