mirror of
https://github.com/copyrighttxt/watrbx-game-engine.git
synced 2026-09-05 13:17:49 +00:00
14 lines
219 B
Objective-C
14 lines
219 B
Objective-C
//
|
|
// CrossFadeSegue.h
|
|
// RobloxMobile
|
|
//
|
|
// Created by Kyler Mulherin on 10/29/15.
|
|
// Copyright © 2015 ROBLOX. All rights reserved.
|
|
//
|
|
|
|
#import <UIKit/UIKit.h>
|
|
|
|
@interface CrossFadeSegue : UIStoryboardSegue
|
|
|
|
@end
|