mirror of
https://github.com/moonlight-stream/moonlight-ios.git
synced 2025-07-27 14:45:34 +00:00
17 lines
269 B
Objective-C
17 lines
269 B
Objective-C
//
|
|
// AppAssetResponse.h
|
|
// Moonlight
|
|
//
|
|
// Created by Diego Waxemberg on 2/1/15.
|
|
// Copyright (c) 2015 Moonlight Stream. All rights reserved.
|
|
//
|
|
|
|
#import <Foundation/Foundation.h>
|
|
#import "HttpResponse.h"
|
|
|
|
@interface AppAssetResponse : NSObject <Response>
|
|
|
|
|
|
|
|
@end
|