mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-22 14:20:20 +00:00
Module refactoring
This commit is contained in:
19
submodules/RMIntro/Sources/platform/ios/RMIntroPageView.h
Normal file
19
submodules/RMIntro/Sources/platform/ios/RMIntroPageView.h
Normal file
@@ -0,0 +1,19 @@
|
||||
//
|
||||
// RMIntroPageView.h
|
||||
// IntroOpenGL
|
||||
//
|
||||
// Created by Ilya Rimchikov on 05.12.13.
|
||||
// Copyright (c) 2013 Ilya Rimchikov. All rights reserved.
|
||||
//
|
||||
|
||||
#import <UIKit/UIKit.h>
|
||||
|
||||
@interface RMIntroPageView : UIView
|
||||
{
|
||||
NSString *_headline;
|
||||
NSMutableAttributedString *_description;
|
||||
}
|
||||
|
||||
- (id)initWithFrame:(CGRect)frame headline:(NSString*)headline description:(NSString*)description color:(UIColor *)color;
|
||||
|
||||
@end
|
||||
Reference in New Issue
Block a user