MXAddFileEntry Class Reference

Inherits from NSObject
Declared in MXAddFileEntry.h

  title

Entry title

@property (nonatomic, copy) NSString *title

Declared In

MXAddFileEntry.h

  icon

Entry icon

@property (nonatomic, copy) UIImage *icon

Declared In

MXAddFileEntry.h

  handleEntryOnClicked

A block be excuted when this entry button get clicked

@property (nonatomic, copy) void ( ^ ) ( MXChat *chat , UIViewController *viewController , id sender ) handleEntryOnClicked

Declared In

MXAddFileEntry.h

+ entryWithTitle:iconImage:onClicked:

Get a file entry quickly

+ (instancetype)entryWithTitle:(NSString *)title iconImage:(UIImage *)icon onClicked:(void ( ^ ) ( MXChat *chat , UIViewController *viewController , id sender ))handler

Declared In

MXAddFileEntry.h