Files
mier_ios/SweetParty/主类/RCMic/Room/InputBar/RCMicEmojiPageControl.h
2025-08-11 10:43:19 +08:00

16 lines
288 B
Objective-C
Executable File

//
// 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