/ConnectionWindowTitleTransformer.h

http://github.com/bububa/MongoHub-Mac · C Header · 16 lines · 4 code · 5 blank · 7 comment · 0 complexity · c30f841a96186fee76890043f82b46d9 MD5 · raw file

  1. //
  2. // ConnectionWindowTitleTransformer.h
  3. // MongoHub
  4. //
  5. // Created by Syd on 10-4-25.
  6. // Copyright 2010 MusicPeace.ORG. All rights reserved.
  7. //
  8. #import <Cocoa/Cocoa.h>
  9. @interface ConnectionWindowTitleTransformer : NSValueTransformer {
  10. }
  11. @end