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