// // MPExportPanelAccessoryViewController.m // MacDown // // Created by Tzu-ping Chung on 14/06/2014. // Copyright (c) 2014 Tzu-ping Chung . All rights reserved. // #import "MPExportPanelAccessoryViewController.h" @interface MPExportPanelAccessoryViewController () @end @implementation MPExportPanelAccessoryViewController - (id)init { return [self initWithNibName:NSStringFromClass(self.class) bundle:nil]; } @end