16 lines
288 B
C
16 lines
288 B
C
|
|
//
|
||
|
|
// RCMicEmojiPageControl.h
|
||
|
|
// iOS-IMKit
|
||
|
|
//
|
||
|
|
// Created by Heq.Shinoda on 14-7-12.
|
||
|
|
// Copyright (c) 2014年 Heq.Shinoda. All rights reserved.
|
||
|
|
//
|
||
|
|
|
||
|
|
#import <UIKit/UIKit.h>
|
||
|
|
|
||
|
|
@interface RCMicEmojiPageControl : UIPageControl {
|
||
|
|
UIImage *activeImage;
|
||
|
|
UIImage *inactiveImage;
|
||
|
|
}
|
||
|
|
@end
|