mirror of
https://github.com/moonlight-stream/moonlight-ios.git
synced 2025-07-01 07:15:44 +00:00
14 lines
231 B
Objective-C
14 lines
231 B
Objective-C
//
|
|
// AppCollectionView.h
|
|
// Moonlight
|
|
//
|
|
// Created by Diego Waxemberg on 9/30/15.
|
|
// Copyright © 2015 Moonlight Stream. All rights reserved.
|
|
//
|
|
|
|
#import <UIKit/UIKit.h>
|
|
|
|
@interface AppCollectionView : UICollectionView
|
|
|
|
@end
|