This commit is contained in:
lianxiang
2018-09-12 20:30:22 +08:00
parent a2de9505ee
commit 7d0027f58d
21 changed files with 805 additions and 110 deletions
@@ -0,0 +1,15 @@
//
// 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