mirror of
https://github.com/zhigang1992/transshift.git
synced 2026-06-10 16:09:09 +08:00
15 lines
240 B
Objective-C
15 lines
240 B
Objective-C
//
|
|
// AppLogoView.h
|
|
// TransmissionRPCClient
|
|
//
|
|
// Created by Alexey Chechetkin on 29.08.15.
|
|
// Copyright (c) 2015 Alexey Chechetkin. All rights reserved.
|
|
//
|
|
|
|
#import <UIKit/UIKit.h>
|
|
|
|
IB_DESIGNABLE
|
|
@interface AppLogoView : UIView
|
|
|
|
@end
|