- //
- // FKBookPreferController.h
- // FirstLink
- //
- // Created by jack on 16/5/11.
- // Copyright © 2016年 FirstLink. All rights reserved.
- //
- #import "FLViewController.h"
- @interface FKBookPreferController : FLViewController
- - (instancetype)initWithPreferDone:(void(^)(void))preferDone;
- @end
|