16 lines
255 B
Objective-C
Executable File
16 lines
255 B
Objective-C
Executable File
//
|
|
// NYPopover.h
|
|
// NYReader
|
|
//
|
|
// Created by Cassius Pacheco on 21/12/12.
|
|
// Copyright (c) 2012 Nyvra Software. All rights reserved.
|
|
//
|
|
|
|
#import <UIKit/UIKit.h>
|
|
|
|
@interface NYPopover : UIView
|
|
|
|
@property (nonatomic, strong) UILabel *textLabel;
|
|
|
|
@end
|