/* ***************************** The DeskBrowse source code is the legal property of its developers, Joel Levin and Ian Elseth ***************************** */ #import "DBTextUtil.h" /* ----------------------------------- class used to call 'textutil' which allows us to show other document format such as wordml, word doc, and webarchive COMING SOON ----------------------------------- */ @implementation DBTextUtil + (BOOL)isTextUtilAvailable { return YES; } @end